Skip to content

Commit

Permalink
Update govulncheck.yml (#685) (#695)
Browse files Browse the repository at this point in the history
Always use the latest go patch.

(cherry picked from commit 82a0d66624c8299b0c5276a0ae5f0cd9681ba5e3)

Co-authored-by: Lasaro <[email protected]>
  • Loading branch information
mergify[bot] and lasarojc authored Apr 11, 2023
1 parent e0b2aae commit 692b663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.20.3"
go-version: "1.20"
check-latest: true
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
Expand Down

0 comments on commit 692b663

Please sign in to comment.