Skip to content

Commit

Permalink
Merge pull request #206 from maratori/dependabot/docker/golangci/gola…
Browse files Browse the repository at this point in the history
…ngci-lint-v1.58.2

Bump golangci/golangci-lint from v1.58.1 to v1.58.2
  • Loading branch information
maratori committed May 20, 2024
2 parents b9d9ca7 + 6c91932 commit 4691002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
go-version: "1.22.3" # update together with Dockerfile.dev
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.58.1" # update together with Dockerfile.dev
version: "v1.58.2" # update together with Dockerfile.dev

check-tidy:
name: go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.22.3 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.58.1 AS linter
FROM golangci/golangci-lint:v1.58.2 AS linter

FROM go AS dev
ENV INSIDE_DEV_CONTAINER 1
Expand Down

0 comments on commit 4691002

Please sign in to comment.