Skip to content

Commit e3001c4

Browse files
author
Josh
committed
Fix go version for release
1 parent a53d0e7 commit e3001c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Go Setup
5656
uses: actions/setup-go@v3
5757
with:
58-
go-version: 1.19
58+
go-version: 1.21
5959
check-latest: true
6060
- name: Get version
6161
id: get_version

0 commit comments

Comments
 (0)