mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
ci: add check-latest param in vulncheck.yml (#2197)
ci: add check-latest param
This commit is contained in:
parent
87cedc2022
commit
486f3709ed
3
.github/workflows/vulncheck.yml
vendored
3
.github/workflows/vulncheck.yml
vendored
@ -7,7 +7,8 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19.x
|
||||
go-version: 1.19
|
||||
check-latest: true
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Govulncheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user