Skip to content

Commit

Permalink
GolangCI-Lint updated to version v1.61.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Sep 24, 2024
1 parent c9c9bf2 commit 4643f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: true

- name: Set up GolangCI-Lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.60.2
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.61.0

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 4643f5f

Please sign in to comment.