Skip to content

Commit

Permalink
build: bump golangci-lint and golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 13, 2023
1 parent 2f683f1 commit cc5f869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
name: Install BLS library
if: "env.GIT_DIFF != ''"

- uses: golangci/golangci-lint-action@v3.4.0
- uses: golangci/golangci-lint-action@v3.7.0
with:
# Required: the version of golangci-lint is required and
# must be specified without patch version: we always use the
# latest patch version.
version: v1.46
version: v1.55
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect
github.com/golangci/golangci-lint v1.48.0
github.com/golangci/golangci-lint v1.55.0
github.com/google/btree v1.1.2 // indirect
github.com/google/gopacket v1.1.19
github.com/google/orderedcode v0.0.1
Expand Down

0 comments on commit cc5f869

Please sign in to comment.