Skip to content

Commit bdeb326

Browse files
build(deps): bump actions/setup-go from 4 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 419cd83 commit bdeb326

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@v4
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@v4
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
@@ -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

0 commit comments

Comments
 (0)