Failed to load package goarch: could not load export data: internal error in importing \"internal/goarch\" #1184
Unanswered
martiriera
asked this question in
Q&A
Replies: 1 comment
-
Hello, you should update the golangci-lint version: uses: golangci/golangci-lint-action@v6
with:
version: v1.64 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome
Description of the problem
I'm trying to use the Simple example on https://github.com/golangci/golangci-lint-action?tab=readme-ov-file#how-to-use and I get this error:
I found this old related issue but it's closed and I think it's already out of date.
Thanks in advance.
Full logs here:
Version of golangci-lint
golangci-lint-1.60.3-linux-amd64
Version of the GitHub Action
golangci/golangci-lint-action@v6
Workflow file
Golangci-lint configuration
None
Go version
1.23.4
Code example or link to a public repository
discogs-spotify
Beta Was this translation helpful? Give feedback.
All reactions