Skip to content

Commit f101bb1

Browse files
Bump actions/setup-go from 4 to 5 (#232)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 232cab0 commit f101bb1

8 files changed

+9
-9
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
version: 3.x
7777

7878
- name: Install Go
79-
uses: actions/setup-go@v4
79+
uses: actions/setup-go@v5
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

@@ -126,7 +126,7 @@ jobs:
126126
version: 3.x
127127

128128
- name: Install Go
129-
uses: actions/setup-go@v4
129+
uses: actions/setup-go@v5
130130
with:
131131
go-version: ${{ env.GO_VERSION }}
132132

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262

6363
- name: Install Go
64-
uses: actions/setup-go@v4
64+
uses: actions/setup-go@v5
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646

4747
- name: Install Go
48-
uses: actions/setup-go@v4
48+
uses: actions/setup-go@v5
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
5151

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v4
6363

6464
- name: Install Go
65-
uses: actions/setup-go@v4
65+
uses: actions/setup-go@v5
6666
with:
6767
go-version: ${{ env.GO_VERSION }}
6868

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v4
117117

118118
- name: Install Go
119-
uses: actions/setup-go@v4
119+
uses: actions/setup-go@v5
120120
with:
121121
go-version: ${{ env.GO_VERSION }}
122122

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
5252

5353
- name: Install Go
54-
uses: actions/setup-go@v4
54+
uses: actions/setup-go@v5
5555
with:
5656
go-version: ${{ env.GO_VERSION }}
5757

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v4
8080

8181
- name: Install Go
82-
uses: actions/setup-go@v4
82+
uses: actions/setup-go@v5
8383
with:
8484
go-version: ${{ env.GO_VERSION }}
8585

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282

8383
- name: Install Go
84-
uses: actions/setup-go@v4
84+
uses: actions/setup-go@v5
8585
with:
8686
go-version: ${{ env.GO_VERSION }}
8787

0 commit comments

Comments
 (0)