Skip to content

Commit

Permalink
fix: GOLANGCI_LINT_VERSION (argoproj#20264)
Browse files Browse the repository at this point in the history
* Fix GOLANGCI_LINT_VERSION

Signed-off-by: David Coppa <[email protected]>

* chore(deps): bump SonarSource/sonarqube-scan-action from 2.3.0 to 3.0.0 (argoproj#19524)

Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases)
- [Commits](SonarSource/sonarqube-scan-action@aecaf43...0c0f395)

---
updated-dependencies:
- dependency-name: SonarSource/sonarqube-scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Coppa <[email protected]>

* Update install-lint-tools.sh

Signed-off-by: dcoppa <[email protected]>

---------

Signed-off-by: David Coppa <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dcoppa <[email protected]>
Co-authored-by: David Coppa <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: austin5219 <[email protected]>
  • Loading branch information
3 people authored and austin5219 committed Oct 16, 2024
1 parent 8274f18 commit dc5ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/installers/install-lint-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eux -o pipefail
# renovate: datasource=go packageName=github.com/golangci/golangci-lint
GOLANGCI_LINT_VERSION=1.61.0

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

0 comments on commit dc5ee3f

Please sign in to comment.