Skip to content

Commit

Permalink
upgrade Go compiler version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flrdv committed Oct 7, 2024
1 parent 3c0c557 commit 80e18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected]
with:
go-version: '1.20'
go-version: '1.23'

- name: Run tests
run: go test ./...

0 comments on commit 80e18c1

Please sign in to comment.