Skip to content

Commit

Permalink
Update CI Go version to 1.21 (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-kroon authored Jan 29, 2024
1 parent 57b2134 commit d81529f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion bin/fetch-golangci-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2

0 comments on commit d81529f

Please sign in to comment.