Skip to content

Commit f834ff4

Browse files
committed
bump golangci/golangci-lint-action to v3.6.0
1 parent 781a8e2 commit f834ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ 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.6.0
6161
with:
6262
args: "-v"
6363
version: v1.52.1

0 commit comments

Comments
 (0)