Skip to content

Commit 0cc8f5d

Browse files
committed
bump golangci-lint to v1.50.1
Also upgrade golangci/golangci-lint-action to v3.3.0
1 parent 594d514 commit 0cc8f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
run: GOOS=js GOARCH=wasm go test -v ./...
5858

5959
- name: Lint
60-
uses: golangci/golangci-lint-action@v3.2.0
60+
uses: golangci/golangci-lint-action@v3.3.0
6161
with:
6262
args: "-v"
63-
version: v1.50.0
63+
version: v1.50.1
6464

6565
- name: Generate coverage report
6666
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)