Skip to content

Commit 0bf7139

Browse files
Bump golangci/golangci-lint from v2.11.3 to v2.11.4 (#209)
* Bump golangci/golangci-lint from v2.11.3 to v2.11.4 Bumps golangci/golangci-lint from v2.11.3 to v2.11.4. --- updated-dependencies: - dependency-name: golangci/golangci-lint dependency-version: v2.11.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marat Reimers <16486128+maratori@users.noreply.github.com>
1 parent 1a18b24 commit 0bf7139

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
go-version: "1.26.1" # update together with dev.dockerfile
6666
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6767
with:
68-
version: "v2.11.3" # update together with dev.dockerfile
68+
version: "v2.11.4" # update together with dev.dockerfile
6969

7070
lint-latest-deps:
7171
runs-on: ubuntu-latest
@@ -77,7 +77,7 @@ jobs:
7777
- run: make apply-latest-deps
7878
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
7979
with:
80-
version: "v2.11.3" # update together with dev.dockerfile
80+
version: "v2.11.4" # update together with dev.dockerfile
8181

8282
check-tidy:
8383
name: go mod tidy

dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:1.26.1 AS go
33

44
# update together with .github/workflows/ci.yml
5-
FROM golangci/golangci-lint:v2.11.3 AS linter
5+
FROM golangci/golangci-lint:v2.11.4 AS linter
66

77
FROM go AS dev
88
ENV INSIDE_DEV_CONTAINER=1

0 commit comments

Comments
 (0)