From 2a33ef551fbe3e31636a50362ed42532a2e55af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:52:35 +0000 Subject: [PATCH 1/2] build(deps): bump library/golang from 1.25.7-alpine to 1.26.0-alpine Bumps library/golang from 1.25.7-alpine to 1.26.0-alpine. --- updated-dependencies: - dependency-name: library/golang dependency-version: 1.26.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 22d151f..c8fe176 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb # This line also determines the golang version used for GitHub Actions CI # Use the qualified image name, so Dependabot treats this separate from "golang" above. -FROM docker.io/library/golang:1.25.7-alpine AS apk +FROM docker.io/library/golang:1.26.0-alpine AS apk ENV CGO_ENABLED=0 WORKDIR /app COPY go.mod . From 72756c566f112b0df40bb5a430daf1e86f79881c Mon Sep 17 00:00:00 2001 From: Pete Wagner <1559510+thepwagner@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:32:44 -0500 Subject: [PATCH 2/2] Update golangci-lint version to v2.9.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 132acb3..8b6be57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # tag=v3.7.1 with: - version: v2.5.0 + version: v2.9.0 args: --timeout=5m integration: