Skip to content

Commit 2d3bb5b

Browse files
authored
fix golangci-lint-action (#779)
Error message: ``` level=error msg="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" ``` Upgrade `golangci-lint-action` to v3 golangci/golangci-lint-action#434 Signed-off-by: Iñigo Horcajo <[email protected]>
1 parent 249465f commit 2d3bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Go Lint on ./v2
3232
if: steps.golangci_configuration.outputs.files_exists == 'true'
33-
uses: golangci/golangci-lint-action@v2
33+
uses: golangci/golangci-lint-action@v3
3434
with:
3535
version: v1.29
3636
working-directory: v2

0 commit comments

Comments
 (0)