Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e355f7c

Browse files
authoredFeb 7, 2024
build(deps): bump library/golang from 1.21.6-alpine to 1.22.0-alpine
Bumps library/golang from 1.21.6-alpine to 1.22.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>
1 parent 53276c5 commit e355f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.test

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

0 commit comments

Comments
 (0)
Please sign in to comment.