Skip to content

Commit

Permalink
Bump golangci-lint version used by the lint action
Browse files Browse the repository at this point in the history
The previous version was failing with an error after the preceding
dependency bumps:

    Running error: buildir: failed to load package goarch: could not
    load export data: cannot import "internal/goarch" (unknown iexport
    format version 2), export data is newer version - update tool
  • Loading branch information
MrDOS committed Oct 6, 2022
1 parent 73267aa commit 63c72b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.47.0
version: v1.50.0

- name: Test
run: go test ./...

0 comments on commit 63c72b1

Please sign in to comment.