Skip to content

Commit

Permalink
Update go-tests.yml
Browse files Browse the repository at this point in the history
Paused prerelease testing for now as 1.16 is out and rc versions are no longer available
  • Loading branch information
Temikus authored Feb 18, 2021
1 parent 47c54d3 commit 3b2034f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@ jobs:
"${{ needs.project-go-version.outputs.go-version }}",
"1.14.x",
"1.15.x",
"1.16.x",
]
prerelease: [false]
# Pre-release tests provide early feedback if something breaks in the
# next Go release.
include:
- name: "(Pre-release)"
go-version: "1.16.0-rc1"
prerelease: true
# Uncomment to provide early feedback if something breaks in the next Go release.
# TODO(temikus): Golang makes rc versions unavailable after a release so perhaps
# a better workflow is needed here than hardcoding the version.
#
#include:
# - name: "(Pre-release)"
# go-version: "1.16.0-rc1"
# prerelease: true
# Prevent GHA from cancelling other matrix jobs if one fails
fail-fast: false
steps:
Expand Down

0 comments on commit 3b2034f

Please sign in to comment.