Skip to content

Commit 1e375f1

Browse files
Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09d5fc7 commit 1e375f1

8 files changed

+9
-9
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
version: 5.x
8686

8787
- name: Install Go
88-
uses: actions/setup-go@v5
88+
uses: actions/setup-go@v6
8989
with:
9090
go-version: ${{ env.GO_VERSION }}
9191

@@ -144,7 +144,7 @@ jobs:
144144
version: 5.x
145145

146146
- name: Install Go
147-
uses: actions/setup-go@v5
147+
uses: actions/setup-go@v6
148148
with:
149149
go-version: ${{ env.GO_VERSION }}
150150

.github/workflows/check-markdown-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v5
106106

107107
- name: Install Go
108-
uses: actions/setup-go@v5
108+
uses: actions/setup-go@v6
109109
with:
110110
go-version: ${{ env.GO_VERSION }}
111111

.github/workflows/check-mkdocs-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v5
7878

7979
- name: Install Go
80-
uses: actions/setup-go@v5
80+
uses: actions/setup-go@v6
8181
with:
8282
go-version: ${{ env.GO_VERSION }}
8383

.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@v5
6666

6767
- name: Install Go
68-
uses: actions/setup-go@v5
68+
uses: actions/setup-go@v6
6969
with:
7070
go-version: ${{ env.GO_VERSION }}
7171

.github/workflows/publish-go-tester-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@v5
121121

122122
- name: Install Go
123-
uses: actions/setup-go@v5
123+
uses: actions/setup-go@v6
124124
with:
125125
go-version: ${{ env.GO_VERSION }}
126126

.github/workflows/release-go-crosscompile-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
6464

6565
- name: Install Go
66-
uses: actions/setup-go@v5
66+
uses: actions/setup-go@v6
6767
with:
6868
go-version: ${{ env.GO_VERSION }}
6969

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/checkout@v5
8686

8787
- name: Install Go
88-
uses: actions/setup-go@v5
88+
uses: actions/setup-go@v6
8989
with:
9090
go-version: ${{ env.GO_VERSION }}
9191

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v5
9292

9393
- name: Install Go
94-
uses: actions/setup-go@v5
94+
uses: actions/setup-go@v6
9595
with:
9696
go-version: ${{ env.GO_VERSION }}
9797

0 commit comments

Comments
 (0)