Skip to content

Commit 8e44b98

Browse files
build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#7138)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.2 to 5.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@0a12ed9...41dfa10) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad6ffda commit 8e44b98

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
4343

4444
- name: Install Go (${{ steps.go_version.outputs.go_version }})
45-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
45+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4646
with:
4747
go-version: ${{ steps.go_version.outputs.go_version }}
4848

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
4040

4141
- name: Install Go (${{ steps.go_version.outputs.go_version }})
42-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
42+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
4343
with:
4444
go-version: ${{ steps.go_version.outputs.go_version }}
4545

@@ -173,7 +173,7 @@ jobs:
173173
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
174174

175175
- name: Install Go (${{ steps.go_version.outputs.go_version }})
176-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
176+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
177177
with:
178178
go-version: ${{ steps.go_version.outputs.go_version }}
179179

.github/workflows/post-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
125125

126126
- name: Install Go (${{ steps.go_version.outputs.go_version }})
127-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
127+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
128128
with:
129129
go-version: ${{ steps.go_version.outputs.go_version }}
130130

.github/workflows/post-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
6060

6161
- name: Install Go (${{ steps.go_version.outputs.go_version }})
62-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
62+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
6363
with:
6464
go-version: ${{ steps.go_version.outputs.go_version }}
6565

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
7373

7474
- name: Install Go (${{ steps.go_version.outputs.go_version }})
75-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
75+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
7676
with:
7777
go-version: ${{ steps.go_version.outputs.go_version }}
7878
if: matrix.os == 'darwin'
@@ -123,7 +123,7 @@ jobs:
123123
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
124124

125125
- name: Install Go (${{ steps.go_version.outputs.go_version }})
126-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
126+
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
127127
with:
128128
go-version: ${{ steps.go_version.outputs.go_version }}
129129

@@ -328,7 +328,7 @@ jobs:
328328
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
329329
with:
330330
name: generated
331-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
331+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
332332
with:
333333
go-version: ${{ matrix.version }}
334334
- run: make build

0 commit comments

Comments
 (0)