Skip to content

Commit 68f0e50

Browse files
build(deps): bump library/golang from 1.25.7-alpine to 1.26.0-alpine (#438)
* 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] <support@github.com> * Update golangci-lint version to v2.9.0 --------- 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 38886b0 commit 68f0e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@1e7e51e771db61008b38414a730f564565cf7c20 # tag=v3.7.1
3838
with:
39-
version: v2.5.0
39+
version: v2.9.0
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.25.7-alpine AS apk
12+
FROM docker.io/library/golang:1.26.0-alpine AS apk
1313
ENV CGO_ENABLED=0
1414
WORKDIR /app
1515
COPY go.mod .

0 commit comments

Comments
 (0)