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

Update go.mod modules and go version format to be able to push version v0.6 #13

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

cruizen
Copy link

@cruizen cruizen commented Mar 20, 2024

The toolchain for releaser action is unable to builld project since it does not understand go 1.22 in go.mod

https://github.com/platform9/go-firkinize/actions/runs/8360458730/job/22886231611

> Run go build -o go-firkinize ./main.go
go: downloading go1.22 (linux/amd6[4](https://github.com/platform9/go-firkinize/actions/runs/8360458730/job/22886231611#step:3:5))
go: download go1.22 for linux/amd64: toolchain not available
Error: Process completed with exit code 1.

Verified locally with go build

Also makes other open dependabot PRs redundant

@cruizen cruizen requested a review from mithilarun March 20, 2024 14:31
@cruizen cruizen merged commit 8b7a1e6 into master Mar 20, 2024
3 checks passed
@cruizen cruizen deleted the private/atherton/trilok/update_golang_modules branch March 20, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants