Skip to content

Commit 1d06b76

Browse files
committedOct 26, 2024
gha: update CodeQL action to run on go1.22
follow-up to f0f6869, where I missed that CodeQL also had a go version set. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 45e78a9 commit 1d06b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.20.x
34+
go-version: 1.22.x
3535

3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)
Please sign in to comment.