Skip to content

Commit

Permalink
Update golangci-lint-action version to v1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya18101 committed Dec 5, 2024
1 parent 87e1b46 commit d866306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
install-mode: "goinstall"
version: 89476e7a1eaa0a8a06c17343af960a5fd9e7edb7 #1.62.0
version: 22b58c9b648f027d699f305c069a2a97ed0c5b06 #1.62.0
args: -v -c .golangci.yml

unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $(GO_BIN)/mockgen:

$(GO_BIN)/golangci-lint:
${call print, "Installing golangci-lint"}
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@89476e7a1eaa0a8a06c17343af960a5fd9e7edb7 #1.62.0
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@22b58c9b648f027d699f305c069a2a97ed0c5b06 #1.62.0

$(GO_BIN)/govulncheck:
${call print, "Installing go vulnerability checker"}
Expand Down

0 comments on commit d866306

Please sign in to comment.