[pull] master from ghostunnel:master#91
Merged
Merged
Conversation
Switch all CI workflows from pinned go-version values to go-version-file: go.mod with check-latest: true so the toolchain follows the module's declared minimum. Drop single-element version matrices that no longer carry information. Remove the dead GO_VERSION=... prefix from the test:docker invocation (Test.Docker in magefile.go never read it). Add the docker package-ecosystem entry to dependabot so Dockerfile golang base images receive automated bumps. Reorder checkout/setup-go steps so go.mod is on disk when setup-go reads it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace go-version-file: go.mod + check-latest: true with go-version: stable across every setup-go invocation. With go-version-file, setup-go resolved to the latest patch of the minor declared in go.mod (1.25.x) and would not pick up new minor releases until go.mod was bumped. go-version: stable queries the live version manifest and resolves to the current stable Go release, so CI follows upstream automatically. Drop the 1.26 pin from Dockerfile-alpine, Dockerfile-debian, and Dockerfile-distroless in favor of golang:alpine / golang:bookworm floating tags. Dockerfile-test no longer carries an ARG GO_VERSION default; it builds from golang:latest. The header comment's --build-arg example goes with it. Drop the docker package-ecosystem entry from dependabot.yml that the previous commit added. With floating tags there is no version for Dependabot to bump, so the entry is a no-op. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Automatically use latest stable Go version in builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )