Skip to content

Commit 224ff28

Browse files
authored
ci: allow go version patch upgrades (#313)
1 parent b76e232 commit 224ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v5
2929
with:
30-
go-version: 1.22.3
30+
go-version: '1.22'
3131

3232
- name: Import GPG key
3333
id: import_gpg

0 commit comments

Comments
 (0)