From 3097582c162be9358bf284de221f251f58e05b2c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Feb 2026 19:02:20 +0100 Subject: [PATCH 1/2] ci: update to go1.25 Signed-off-by: Sebastiaan van Stijn --- .github/workflows/test.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bb952b..28cc9fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25" - name: Download modules run: | diff --git a/Dockerfile b/Dockerfile index 3445331..6d424e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION="1.24" +ARG GO_VERSION="1.25" ARG XX_VERSION="1.9.0" ARG GOLANGCI_LINT_VERSION="v2.7.1" ARG ADDLICENSE_VERSION="v1.2.0" From 70cc4bd8d3c3f13af41cad076f4a43b62772cd4e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Feb 2026 19:04:49 +0100 Subject: [PATCH 2/2] update golangci-lint to v2.9.0 Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d424e2..3d0e500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ARG GO_VERSION="1.25" ARG XX_VERSION="1.9.0" -ARG GOLANGCI_LINT_VERSION="v2.7.1" +ARG GOLANGCI_LINT_VERSION="v2.9.0" ARG ADDLICENSE_VERSION="v1.2.0" ARG LICENSE_ARGS="-c cli-docs-tool -l apache"