Skip to content

Commit

Permalink
GitHub: bump Go version used for apidiff
Browse files Browse the repository at this point in the history
The latest apidiff needs a more recent Go to compile.
  • Loading branch information
pohly committed Oct 7, 2024
1 parent 685f8d1 commit f4fe8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apidiff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.21.x
go-version: 1.23.x
- name: Add GOBIN to PATH
run: echo "PATH=$(go env GOPATH)/bin:$PATH" >>$GITHUB_ENV
- name: Install dependencies
Expand Down

0 comments on commit f4fe8cf

Please sign in to comment.