Skip to content

Commit

Permalink
use go 1.22.2 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-dima committed Apr 26, 2024
1 parent 91f88e3 commit 48a2103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.7'
go-version: '1.22.2'
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: Run GoReleaser
Expand Down

0 comments on commit 48a2103

Please sign in to comment.