Skip to content

Commit 313e79b

Browse files
authored
Merge branch 'main' into dependabot/docker/golang-1.24.1
2 parents 0345091 + 627e29b commit 313e79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.24.0-alpine AS apk
12+
FROM docker.io/library/golang:1.24.1-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

0 commit comments

Comments
 (0)