Skip to content

Commit

Permalink
Bump golangci/golangci-lint from v1.63.1 to v1.63.3 (#62)
Browse files Browse the repository at this point in the history
* Bump golangci/golangci-lint from v1.63.1 to v1.63.3

Bumps golangci/golangci-lint from v1.63.1 to v1.63.3.

---
updated-dependencies:
- dependency-name: golangci/golangci-lint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marat Reymers <[email protected]>
  • Loading branch information
dependabot[bot] and maratori authored Jan 3, 2025
1 parent 85988aa commit 30dd34d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
go-version: "1.23.4" # update together with dev.dockerfile
- uses: golangci/golangci-lint-action@v6
with:
version: "v1.63.1" # update together with dev.dockerfile
version: "v1.63.3" # update together with dev.dockerfile

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

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

FROM go AS dev
ENV INSIDE_DEV_CONTAINER=1
Expand Down

0 comments on commit 30dd34d

Please sign in to comment.