Skip to content

Commit

Permalink
Update golangci-lint to v1.60.1 (go 1.23 support) (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
weseven authored Aug 19, 2024
1 parent 808b762 commit 344c6d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade `golangci-lint` to `1.60.1`

## [6.16.0] - 2024-08-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH

ARG HELM_VERSION=v3.8.1
ARG KUBEBUILDER_VERSION=3.1.0
ARG GOLANGCI_LINT_VERSION=v1.59.1
ARG GOLANGCI_LINT_VERSION=v1.60.1
ARG NANCY_VERSION=v1.0.45
ARG KUBECONFORM_VERSION=v0.4.13
ARG CT_YAMALE_VER=3.0.6
Expand Down

0 comments on commit 344c6d9

Please sign in to comment.