Skip to content

Commit

Permalink
bump golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elgopher committed Oct 6, 2023
1 parent ce0138f commit 0be3e14
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.4.0
uses: golangci/golangci-lint-action@v3.7.0
with:
args: "-v"
version: v1.52.1
version: v1.54.2

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

0 comments on commit 0be3e14

Please sign in to comment.