Skip to content

Commit

Permalink
drop GOEXPERIMENT=loopvar
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Feb 7, 2024
1 parent 487fa17 commit 2822732
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
- "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 @@ -45,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 2822732

Please sign in to comment.