ci: fix govulncheck

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

.github/workflows/security.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.github/workflows/security.yml 🔗

@@ -69,6 +69,7 @@ jobs:
         with:
           output-format: sarif
           output-file: results.sarif
+          go-version-input: 1.26.0-rc.1 # change to "stable" once Go 1.26 is released
       - uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
         with:
           sarif_file: results.sarif