Skip to content

Commit

Permalink
Update Go version to 1.21
Browse files Browse the repository at this point in the history
Requested by @andrerfcsantos
  • Loading branch information
jesse-kroon committed Jan 29, 2024
1 parent 57b2134 commit e1e36ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/exercise-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
os: [ubuntu-22.04, windows-2022, macOS-latest]
test-arch: [amd64]
race: ["-race"]

include:
- go-version: 1.20.x
- go-version: 1.21.x
test-arch: "386"
os: ubuntu-22.04
race: ""
- go-version: 1.20.x
- go-version: 1.21.x
test-arch: "386"
os: windows-2022
race: ""
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
os: [ubuntu-22.04, windows-2022, macOS-latest]
test-arch: [amd64]
race: ["-race"]

include:
- go-version: 1.20.x
- go-version: 1.21.x
test-arch: "386"
os: ubuntu-22.04
race: ""
- go-version: 1.20.x
- go-version: 1.21.x
test-arch: "386"
os: windows-2022
race: ""
Expand Down

0 comments on commit e1e36ce

Please sign in to comment.