diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index b457c56..a130ef9 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: fetch-depth: 0 # gitleaks scans history - - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: stable # go.mod stays the minimum; CI runs latest stable (govulncheck needs it) - run: go vet ./...