Skip to content

Commit 0be3e14

Browse files
committed
bump golangci-lint to v1.54.2
1 parent ce0138f commit 0be3e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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.4.0
60+
uses: golangci/golangci-lint-action@v3.7.0
6161
with:
6262
args: "-v"
63-
version: v1.52.1
63+
version: v1.54.2
6464

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

0 commit comments

Comments
 (0)