Skip to content

Commit

Permalink
Bump golangci-lint to v1.58.1
Browse files Browse the repository at this point in the history
There aren't any changes from v1.58.0 to v1.58.1 other than bumping the
versions of some linters.
  • Loading branch information
peterstace committed May 14, 2024
1 parent d0fad71 commit 4ca4204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/golint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golangci/golangci-lint:v1.58.0
FROM golangci/golangci-lint:v1.58.1

RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Upgrades `golangci-lint` to `v1.58.0`.
- Upgrades `golangci-lint` to `v1.58.1`.

## v0.50.0

Expand Down

0 comments on commit 4ca4204

Please sign in to comment.