From 9f4f8c9cb6658222ba1b110a5cdac5005f421e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 05:15:49 +0000 Subject: [PATCH 1/3] build(deps): bump library/golang from 1.23.6-alpine to 1.24.0-alpine Bumps library/golang from 1.23.6-alpine to 1.24.0-alpine. --- updated-dependencies: - dependency-name: library/golang 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 35bcf5e..fb0bcea 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.23.6-alpine AS apk +FROM docker.io/library/golang:1.24.0-alpine AS apk ENV CGO_ENABLED=0 WORKDIR /app COPY go.mod . From 3768d208c535118a63fe5f2310cca1b2c72fdf23 Mon Sep 17 00:00:00 2001 From: Peter Wagner <1559510+thepwagner@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:39:21 -0500 Subject: [PATCH 2/3] cache bust lint job --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 66baa5f..528d971 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Shopify/hansel go 1.22 -toolchain go1.22.3 +toolchain go1.24.0 require ( github.com/goreleaser/nfpm/v2 v2.41.2 From 8713aafb6a9c9e3a8e1e423254033482a75596c8 Mon Sep 17 00:00:00 2001 From: Pete Wagner <1559510+thepwagner@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:54:48 -0500 Subject: [PATCH 3/3] Update ci.yaml --- .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 5a3a820..d9f71b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778 # tag=v3.7.1 with: - version: v1.60.1 + version: v1.64.5 args: --timeout=5m integration: