Skip to content

Commit

Permalink
fix: set go version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jun 11, 2024
1 parent 07e97fa commit 37e2921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
go-version: 1.21.x

- name: Build binary
env:
Expand Down

0 comments on commit 37e2921

Please sign in to comment.