Skip to content

Commit 86a2d27

Browse files
dependabot[bot]dunglas
authored andcommitted
ci: bump actions/setup-go from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f942c8 commit 86a2d27

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v5
4444
with:
4545
persist-credentials: false
46-
- uses: actions/setup-go@v5
46+
- uses: actions/setup-go@v6
4747
with:
4848
go-version: "1.25"
4949
cache-dependency-path: |

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
with:
394394
ref: ${{ needs.prepare.outputs.ref }}
395395
persist-credentials: false
396-
- uses: actions/setup-go@v5
396+
- uses: actions/setup-go@v6
397397
with:
398398
go-version: "1.25"
399399
cache-dependency-path: |

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v5
4141
with:
4242
persist-credentials: false
43-
- uses: actions/setup-go@v5
43+
- uses: actions/setup-go@v6
4444
with:
4545
go-version: "1.25"
4646
cache-dependency-path: |
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v5
104104
with:
105105
persist-credentials: false
106-
- uses: actions/setup-go@v5
106+
- uses: actions/setup-go@v6
107107
with:
108108
go-version: "1.25"
109109
cache-dependency-path: |

0 commit comments

Comments
 (0)