Skip to content

Commit

Permalink
Update github action to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fluhus committed Mar 31, 2024
1 parent 05f3172 commit 0d01820
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

- name: Set environment variables for tests
run: echo "GOEXPERIMENT=rangefunc" >> $GITHUB_ENV

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 0d01820

Please sign in to comment.