We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a pipepline using the latest version of golangci-lint-action. When you run it, warnings are displayed in the Github interface:
First:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
last
golangci/golangci-lint-action@v3
name: golangci-lint on: push: branches: - '**' pull_request: branches: - '**' workflow_dispatch: permissions: contents: read jobs: golangci: name: lint runs-on: ubuntu-latest steps: - uses: actions/setup-go@v5 with: go-version: '1.21' - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: version: latest
1.21
https://github.com/juev/wireproxy
The text was updated successfully, but these errors were encountered:
Update to v3.7.0 have the same warnings: https://github.com/juev/wireproxy/actions/runs/7840857681
Sorry, something went wrong.
duplicate of #953
node20
No branches or pull requests
Welcome
Description of the problem
There is a pipepline using the latest version of golangci-lint-action. When you run it, warnings are displayed in the Github interface:
First:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Version of golangci-lint
last
Version of the GitHub Action
golangci/golangci-lint-action@v3
Workflow file
Go version
1.21
Code example or link to a public repository
https://github.com/juev/wireproxy
The text was updated successfully, but these errors were encountered: