Skip to content

Commit

Permalink
Update go workflow to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fluhus committed Nov 18, 2024
1 parent fa05d97 commit b648fcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.23'

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

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

Expand Down

0 comments on commit b648fcc

Please sign in to comment.