Skip to content

Commit

Permalink
Upgrade build action to go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
bentito authored Nov 12, 2024
1 parent 6085014 commit 5162a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.19'
go-version: '~1.23'
- run: make build

0 comments on commit 5162a17

Please sign in to comment.