Skip to content

Commit

Permalink
Updated publish workflow to use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Sep 9, 2024
1 parent 32d5fa3 commit f18a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23

- name: Update sources
if: matrix.TARGET == 'linux/aarch64' || matrix.TARGET == 'windows/x64'
Expand Down

0 comments on commit f18a1e9

Please sign in to comment.