Skip to content

Commit c0598d4

Browse files
authored
Merge pull request #304 from maratori/dependabot/docker/golangci/golangci-lint-v2.1.2
Bump golangci/golangci-lint from v2.1.1 to v2.1.2
2 parents a1c6833 + 3428078 commit c0598d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version: "1.24.2" # update together with dev.dockerfile
5353
- uses: golangci/golangci-lint-action@v7
5454
with:
55-
version: "v2.1.1" # update together with dev.dockerfile
55+
version: "v2.1.2" # update together with dev.dockerfile
5656

5757
lint-latest-deps:
5858
runs-on: ubuntu-latest
@@ -64,7 +64,7 @@ jobs:
6464
- run: make apply-latest-deps
6565
- uses: golangci/golangci-lint-action@v7
6666
with:
67-
version: "v2.1.1" # update together with dev.dockerfile
67+
version: "v2.1.2" # update together with dev.dockerfile
6868

6969
check-tidy:
7070
name: go mod tidy

dev.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM golang:1.24.2 AS go
33

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

77
FROM go AS dev
88
ENV INSIDE_DEV_CONTAINER=1

0 commit comments

Comments
 (0)