Skip to content

Commit

Permalink
Merge pull request #287 from shogo82148/go1.22-is-released
Browse files Browse the repository at this point in the history
add Go 1.22 to the build matrix
  • Loading branch information
shogo82148 committed Feb 7, 2024
2 parents 47d1d2d + 2822732 commit b03b5df
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Expand Up @@ -15,15 +15,9 @@ jobs:
- "macos-latest"
go:
- "1"
- "1.22"
- "1.21"
- "1.20"
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 @@ -44,5 +38,3 @@ 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 b03b5df

Please sign in to comment.