Skip to content

Commit 91b3c4e

Browse files
chore(deps): bump actions/setup-go from 5 to 6 (#686)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75537b8 commit 91b3c4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Initializes the Golang environment for the CodeQL tools.
4040
# https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
4141
- name: Install Go
42-
uses: actions/setup-go@v5
42+
uses: actions/setup-go@v6
4343
with:
4444
go-version-file: go.mod
4545

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v5
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
14+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
1515
with:
1616
go-version: stable
1717

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ "ubuntu-latest" ]
2323
steps:
2424
- name: Set up Go ${{ matrix.go }}
25-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
25+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
2626
with:
2727
go-version: ${{ matrix.go }}
2828

@@ -91,7 +91,7 @@ jobs:
9191
os: [ "ubuntu-latest" ]
9292
steps:
9393
- name: Set up Go ${{ matrix.go }}
94-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
94+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
9595
with:
9696
go-version: ${{ matrix.go }}
9797

@@ -184,7 +184,7 @@ jobs:
184184
os: [ "ubuntu-latest" ]
185185
steps:
186186
- name: Set up Go ${{ matrix.go }}
187-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
187+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
188188
with:
189189
go-version: ${{ matrix.go }}
190190

0 commit comments

Comments
 (0)