Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: adds fixes to support release and dependency updates for v1 #15

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: updates version of Go in goreleaser GH job
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
jpower432 committed Jan 9, 2025
commit 6c9e88fbd656d098adb0f02c8b6c14b00670c161
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.19
go-version: v1.22
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Delete non-semver tags