Skip to content

Commit eac799d

Browse files
committed
Update actions/setup-go to v6
1 parent e9f0eb9 commit eac799d

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
with:
1616
persist-credentials: false
17-
- uses: actions/setup-go@v5
17+
- uses: actions/setup-go@v6
1818
with:
1919
go-version: "stable"
2020

.github/workflows/codeql.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
contents: read
2121
security-events: write
2222

23-
strategy:
24-
fail-fast: false
25-
matrix:
26-
language: ["go"]
27-
2823
steps:
2924
- name: Checkout repository
3025
uses: actions/checkout@v5
@@ -37,7 +32,7 @@ jobs:
3732
- name: Initialize CodeQL
3833
uses: github/codeql-action/init@v3
3934
with:
40-
languages: ${{ matrix.language }}
35+
languages: "go"
4136

4237
- name: Autobuild
4338
uses: github/codeql-action/autobuild@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919
with:
2020
persist-credentials: false
21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
go-version-file: "go.mod"

0 commit comments

Comments
 (0)