Skip to content

Commit e54504b

Browse files
authored
use go1.22 in release.yml (#180)
1 parent 75d4173 commit e54504b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version: '1.19'
38+
go-version: '1.22'
3939

4040
- run: |
4141
git tag "${{ env.VERSION }}"

0 commit comments

Comments
 (0)