build(deps): Bump golangci/golangci-lint-action from 8 to 9#3
build(deps): Bump golangci/golangci-lint-action from 8 to 9#3dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8c0fdb4 to
5a20b6f
Compare
The golangci-lint-action downloads a prebuilt golangci-lint binary; the
v2.1.0 build ships compiled with an older Go and exits 3 ("can't parse
go.mod go directive") once go.mod declares go 1.26. (Locally `make lint`
hid this because go-install-tool recompiles golangci-lint with the host
toolchain.) Bump the pinned version in both ci.yml and the Makefile to
v2.12.2 and the action to v9. Runs clean (0 issues) on the codebase.
Subsumes the actions bump in dependabot #3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Tom Bar <martinloy.uy@gmail.com>
…ass (#17) * chore(ci): build on go 1.26 so envtest tooling and dependabot bumps pass CI pinned setup-go to 1.24 while the toolchain around it moved on: - `go install setup-envtest@latest` floats and now resolves to a version requiring go >= 1.26. Under actions/setup-go v6 (GOTOOLCHAIN=local) this hard-fails the test job; it only survived on v5 via GOTOOLCHAIN=auto silently downloading a newer toolchain. - Dependabot go_modules bumps raise the go.mod `go` directive past 1.24, which made `go test -coverprofile` error with `go: no such tool covdata`. Bump the go.mod `go` directive to 1.26.0 (Dockerfile already builds on golang:1.26) and point ci.yml's lint/manifests/test jobs at `go-version-file: go.mod` so the installed toolchain always matches the module — same approach the e2e job already uses. Also pin `setup-envtest@release-0.21` (the controller-runtime release branch in go.mod) instead of @latest to stop future floating-version breakage. Unblocks the actions/setup-go v6 bump and the go_modules dependabot PRs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Tom Bar <martinloy.uy@gmail.com> * chore(ci): bump golangci-lint to v2.12.2 (+ action v9) for go 1.26 The golangci-lint-action downloads a prebuilt golangci-lint binary; the v2.1.0 build ships compiled with an older Go and exits 3 ("can't parse go.mod go directive") once go.mod declares go 1.26. (Locally `make lint` hid this because go-install-tool recompiles golangci-lint with the host toolchain.) Bump the pinned version in both ci.yml and the Makefile to v2.12.2 and the action to v9. Runs clean (0 issues) on the codebase. Subsumes the actions bump in dependabot #3. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Tom Bar <martinloy.uy@gmail.com> --------- Signed-off-by: Tom Bar <martinloy.uy@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Superseded by #17, which already bumped golangci-lint-action to v9 (alongside the golangci-lint v2.12.2 + go 1.26 changes it required). Closing as the action bump is now on main. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps golangci/golangci-lint-action from 8 to 9.
Release notes
Sourced from golangci/golangci-lint-action's releases.
Commits
82606bfchore: prepare release v9.2.197c8387chore: improve workflows (#1394)28d0a19build(deps): bump the dependencies group across 1 directory with 2 updates633fbc7build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (#1391)59f43e2build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1389)9eb174ebuild(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#1386)4f52504build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)6f87dfddocs: update examplesc9500d7chore: improve workflows03b1faachore: improve issue templates