Skip to content

Github action for build and push image uses Go 1.23#519

Merged
mitch292 merged 1 commit intomasterfrom
mitch292/build-push-go-version
Apr 10, 2025
Merged

Github action for build and push image uses Go 1.23#519
mitch292 merged 1 commit intomasterfrom
mitch292/build-push-go-version

Conversation

@mitch292
Copy link
Copy Markdown
Contributor

The build-and-push github action job is failing due to an incompatible go version. This resolves that issue https://github.com/cloudflare/gokeyless/actions/runs/14381784355/job/40327122988?pr=510

 > [linux/amd64 builder 5/5] RUN env GOOS=linux GOARCH=amd64 make gokeyless:
0.814 go build -tags pkcs11 -ldflags "-X main.version=dev" -o gokeyless ./cmd/gokeyless/...
0.818 go: go.mod requires go >= 1.23 (running go 1.21.13; GOTOOLCHAIN=local)
0.819 make: *** [Makefile:88: gokeyless] Error 1

@mitch292 mitch292 merged commit 1e52cf8 into master Apr 10, 2025
12 checks passed
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