Skip to content

Commit

Permalink
Manually bump Go version in go-test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Aug 15, 2023
1 parent 54653b1 commit 7cf0e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
go: ["1.19.x","1.20.x"]
os: ["ubuntu", "windows", "macos"]
go: ["1.20.x", "1.21.x"]
env:
COVERAGES: ""
runs-on: ${{ fromJSON(vars[format('UCI_GO_TEST_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
Expand Down

0 comments on commit 7cf0e89

Please sign in to comment.