Skip to content

Commit

Permalink
Merge pull request #451 from shogo82148/go1.21-is-released
Browse files Browse the repository at this point in the history
Go 1.21 is released
  • Loading branch information
shogo82148 authored Aug 12, 2023
2 parents a831509 + e20625a commit aa10431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- macos-latest
go:
- "stable"
- "1.21.0-rc.4"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
Expand All @@ -27,7 +27,7 @@ jobs:
include:
# test with GOEXPERIMENT=loopvar
# https://github.com/golang/go/wiki/LoopvarExperiment
- go: "1.21.0-rc.4"
- go: "1.21"
os: ubuntu-latest
goexperiment: "loopvar"

Expand Down

0 comments on commit aa10431

Please sign in to comment.