Skip to content

Commit

Permalink
try lint tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ggjulio authored Oct 4, 2024
1 parent 1d8c30a commit e47297e
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-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
# renovate: datasource=gomod packageName=golangci/golangci-lint extractVersion=^v(?<version>.+)$
version: v1.61.0
version: v1.60.0
args: --verbose

test-go:
Expand Down
2 changes: 1 addition & 1 deletion hack/installers/install-lint-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -eux -o pipefail

# renovate: datasource=gomod packageName=golangci/golangci-lint
GOLANGCI_LINT_VERSION=1.61.0
GOLANGCI_LINT_VERSION=1.60.0

GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@${GOLANGCI_LINT_VERSION}"

0 comments on commit e47297e

Please sign in to comment.