Skip to content

Commit 44fcf1b

Browse files
authored
Merge branch 'main' into improve-local-semgrep-rules
2 parents 733f4c7 + b4a6f1f commit 44fcf1b

File tree

5 files changed

+196
-314
lines changed

5 files changed

+196
-314
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Get dependencies
2525
run: go mod vendor
2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v6
27+
uses: golangci/golangci-lint-action@v7
2828
with:
2929
version: latest
3030
args: -c .golangci.yml
@@ -44,7 +44,7 @@ jobs:
4444
cache: true
4545

4646
- name: Set up GolangCI-Lint
47-
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.64.4
47+
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin latest
4848

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

0 commit comments

Comments
 (0)