Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e9a06c6

Browse files
authoredSep 28, 2024··
Merge pull request #637 from peterstace/golangci-lint_v0.61.0
Upgrade `golangci-lint` to `v1.61.0`.
2 parents 8019346 + 5a7c5a6 commit e9a06c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.ci/golint.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golangci/golangci-lint:v1.60.3
1+
FROM golangci/golangci-lint:v1.61.0
22

33
RUN apt-get update \
44
&& apt-get install -y -q --no-install-recommends \

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Upgrades `golangci-lint` to `v1.60.3`.
5+
- Upgrades `golangci-lint` to `v1.61.0`.
66

77
## v0.51.0
88

0 commit comments

Comments
 (0)
Please sign in to comment.