Skip to content

Commit

Permalink
Bump golangci-lint
Browse files Browse the repository at this point in the history
Bump golangci-lint v1.52.1 and golangci-lint-action to v3.4.0
  • Loading branch information
elgopher committed Mar 24, 2023
1 parent fbd996b commit ed5fb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
run: GOOS=js GOARCH=wasm go test -v ./...

- name: Lint
uses: golangci/golangci-lint-action@v3.3.0
uses: golangci/golangci-lint-action@v3.4.0
with:
args: "-v"
version: v1.50.1
version: v1.52.1

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

0 comments on commit ed5fb70

Please sign in to comment.