Skip to content

Commit

Permalink
chore: update go version to 1.21 for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Feb 1, 2024
1 parent 3ca4d5b commit 19f006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.20"
go-version: "~1.21"

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

0 comments on commit 19f006b

Please sign in to comment.