Skip to content

Commit 19f006b

Browse files
committed
chore: update go version to 1.21 for release workflow
1 parent 3ca4d5b commit 19f006b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-go@v3
3737
with:
38-
go-version: "~1.20"
38+
go-version: "~1.21"
3939

4040
- name: Get Version
4141
run: echo "version=$(./scripts/version.sh)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)