Skip to content

Commit 418253e

Browse files
authored
Merge pull request #16 from roadrunner-server/dependabot/github_actions/actions/setup-go-6
chore(deps): bump actions/setup-go from 5 to 6
2 parents c58a0d2 + 6dc4641 commit 418253e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ["ubuntu-latest", "macos-latest"]
1515
steps:
1616
- name: Set up Go ${{ matrix.go }}
17-
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
17+
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
1818
with:
1919
go-version: ${{ matrix.go }}
2020

0 commit comments

Comments
 (0)