chore(deps): bump esacteksab/go to 1.25.11 and align Go version references#374
Conversation
|
@dependabot rebase |
Bumps esacteksab/go from 1.25.10-2026-05-22 to 1.25.11-2026-06-05. --- updated-dependencies: - dependency-name: esacteksab/go dependency-version: 1.25.11-2026-06-05 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6a06fa2 to
f0c4b58
Compare
|
@copilot this updates the Docker image, but it doesn't address the Golang version referenced elsewhere in the repository. Update the other occurrences referencing the Golang version ensuring future builds and tests run on Go 1.25.11. |
Updated in commit ee72ab3. I changed the remaining Go version references to 1.25.11 in |
|
A newer version of esacteksab/go exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps esacteksab/go from 1.25.10-2026-05-22 to 1.25.11-2026-06-05.
Also updates other repository Go version references to 1.25.11 so builds and tests consistently use the same Go version (
go.mod,go.tool.mod,.golangci.yaml,.mise.toml, and related Makefile usage text).