mirror of https://github.com/docker/cli.git
gha: update codeql workflow to go1.22.7
commitd7d56599ca
updated this repository to go1.22, but the codeql action didn't specify a patch version, and was missed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commite1213edcc6
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
58a14cc379
commit
e2eb069aed
|
@ -67,7 +67,7 @@ jobs:
|
|||
name: Update Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: 1.22.7
|
||||
-
|
||||
name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
|
|
Loading…
Reference in New Issue