We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17aaadd + b08143a commit 68f85a7Copy full SHA for 68f85a7
.github/workflows/codeql.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- language: [ 'go' ]
+ language: [ 'go', 'actions' ]
25
26
steps:
27
- name: Checkout code
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
- go-version: [1.22.x, 1.23.x, 1.24.x]
+ go-version: [1.23.x, 1.24.x, 1.25.x]
15
platform: [ubuntu-latest, macos-latest, windows-latest]
16
17
permissions:
0 commit comments