Skip to content

Commit

Permalink
Merge pull request #256 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 committed Aug 9, 2023
2 parents 8895f54 + b956bdd commit aa8309c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
- "macos-latest"
go:
- "1"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
goexperiment: [""]
include:
# test with GOEXPERIMENT=loopvar
# https://github.com/golang/go/wiki/LoopvarExperiment
- os: ubuntu-latest
go: "1.21"
goexperiment: "loopvar"
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -38,3 +46,5 @@ jobs:
working-directory: src/github.com/shogo82148/goa-v1
- run: make test
working-directory: src/github.com/shogo82148/goa-v1
env:
GOEXPERIMENT: ${{ matrix.goexperiment }}

0 comments on commit aa8309c

Please sign in to comment.