Skip to content

Commit 68f85a7

Browse files
authored
Merge pull request #44 from pjbgf/goversion
build: Bump Go versions and enable CodeQL for GH actions
2 parents 17aaadd + b08143a commit 68f85a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
language: [ 'go' ]
24+
language: [ 'go', 'actions' ]
2525

2626
steps:
2727
- name: Checkout code

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: [1.22.x, 1.23.x, 1.24.x]
14+
go-version: [1.23.x, 1.24.x, 1.25.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
permissions:

0 commit comments

Comments
 (0)