Skip to content

Commit 27fbe53

Browse files
authored
Merge pull request #267 from maratori/dependabot/docker/golangci/golangci-lint-v1.63.4
Bump golangci/golangci-lint from v1.63.3 to v1.63.4
2 parents 1674d86 + 447984d commit 27fbe53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version: "1.23.4" # update together with Dockerfile.dev
5353
- uses: golangci/golangci-lint-action@v6
5454
with:
55-
version: "v1.63.3" # update together with Dockerfile.dev
55+
version: "v1.63.4" # update together with Dockerfile.dev
5656

5757
check-tidy:
5858
name: go mod tidy

Dockerfile.dev

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

44
# update together with .github/workflows/ci.yml
5-
FROM golangci/golangci-lint:v1.63.3 AS linter
5+
FROM golangci/golangci-lint:v1.63.4 AS linter
66

77
FROM go AS dev
88
ENV INSIDE_DEV_CONTAINER 1

0 commit comments

Comments
 (0)