We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
check-latest: true
Description: I want to set check-latest to get go version 1.19.3, but it still gets version 1.19.2 this is pr: gofiber/fiber#2197
Action version:
V3
Platform:
Runner type:
Repro steps:
on: [push, pull_request_target] name: Vulnerability Check jobs: Security: runs-on: ubuntu-latest steps: - name: Install Go uses: actions/setup-go@v3 with: go-version: 1.19 check-latest: true - name: Fetch Repository uses: actions/checkout@v3 - name: Install Govulncheck run: | export GO111MODULE=on export PATH=${PATH}:`go env GOPATH`/bin go install golang.org/x/vuln/cmd/govulncheck@latest - name: Run Govulncheck run: "`go env GOPATH`/bin/govulncheck ./..."
Expected behavior:
Go version equal to 1.19.3
Actual behavior:
Go version equal to 1.19.2
The text was updated successfully, but these errors were encountered:
Hello @li-jin-gou. I've tried to reproduce the issue but it works as expected. In your case it looks like the changes were not applied.
Sorry, something went wrong.
Yes, It works fine in my own fork repository, but it doesn't work after committing to fiber.
Hello @dmitry-shibanov any progress?❤️
already solve
dmitry-shibanov
No branches or pull requests
Description:
I want to set check-latest to get go version 1.19.3, but it still gets version 1.19.2
this is pr: gofiber/fiber#2197
Action version:
V3
Platform:
Runner type:
Repro steps:
Expected behavior:
Go version equal to 1.19.3
Actual behavior:
Go version equal to 1.19.2
The text was updated successfully, but these errors were encountered: