Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: bump Go version to 1.23 in goreleaser job
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
jpower432 committed Jan 31, 2025
1 parent 37cf4fc commit 0dba9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-workflow.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: v1.22
go-version: v1.23
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Delete non-semver tags

0 comments on commit 0dba9db

Please sign in to comment.