chore(deps): update actions/setup-go action to v6 (#4589)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-01 19:50:14 -08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 2e249c3130
commit b95f195184
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
if: steps.changed-files-yaml.outputs.testable_any_changed == 'true'
with:
go-version: '1.25.4'
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v6
if: github.event_name == 'push'
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25.4'
cache: true
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v6
- name: Install go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '^1'
cache: true
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: '1.25.4'
cache: true
+2 -2
View File
@@ -46,7 +46,7 @@ jobs:
- name: Install go
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '^1'
cache: true
@@ -89,7 +89,7 @@ jobs:
- name: Install go
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '^1'
cache: true
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
src:
- '**/*.{go,mod,sum}'
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
with:
go-version: '1.25.4'