Skip to content

Commit ab14ff6

Browse files
build(deps): bump library/golang from 1.23.6-alpine to 1.24.0-alpine (#325)
* 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] <support@github.com> * cache bust lint job * Update ci.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Wagner <1559510+thepwagner@users.noreply.github.com>
1 parent 1c2d4eb commit ab14ff6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: golangci-lint
3737
uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778 # tag=v3.7.1
3838
with:
39-
version: v1.60.1
39+
version: v1.64.5
4040
args: --timeout=5m
4141

4242
integration:

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN [ "go", "test", "-v", "./internal/cli/...", "-run", "TestGenerate_InstallDeb
99

1010
# This line also determines the golang version used for GitHub Actions CI
1111
# Use the qualified image name, so Dependabot treats this separate from "golang" above.
12-
FROM docker.io/library/golang:1.23.6-alpine AS apk
12+
FROM docker.io/library/golang:1.24.0-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Shopify/hansel
22

33
go 1.22
44

5-
toolchain go1.22.3
5+
toolchain go1.24.0
66

77
require (
88
github.com/goreleaser/nfpm/v2 v2.41.2

0 commit comments

Comments
 (0)