Skip to content

Commit f4799b7

Browse files
fix(ci): run CodeQL with Go 1.24 (#15)
Updates CodeQL setup-go from 1.22 to 1.24 so dependency download can run with current go.mod and go.work constraints under GOTOOLCHAIN=local.
1 parent 1d8f763 commit f4799b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v6
3333
with:
34-
go-version: "1.22"
34+
go-version: "1.24"
3535
cache: true
3636

3737
- name: Install GCC (for go-sqlite3 CGO)

0 commit comments

Comments
 (0)