Skip to content

Commit 1f32af1

Browse files
build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 (#7475)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@f111f33...0aaccfd) --- 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 f922d78 commit 1f32af1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+1-1
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
45+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4646
with:
4747
go-version: ${{ steps.go_version.outputs.go_version }}
4848

Diff for: .github/workflows/nightly.yaml

+2-2
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
42+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4343
with:
4444
go-version: ${{ steps.go_version.outputs.go_version }}
4545

@@ -153,7 +153,7 @@ jobs:
153153
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
154154

155155
- name: Install Go (${{ steps.go_version.outputs.go_version }})
156-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
156+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
157157
with:
158158
go-version: ${{ steps.go_version.outputs.go_version }}
159159

Diff for: .github/workflows/post-merge.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
137137

138138
- name: Install Go (${{ steps.go_version.outputs.go_version }})
139-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
139+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
140140
with:
141141
go-version: ${{ steps.go_version.outputs.go_version }}
142142

Diff for: .github/workflows/post-tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: echo "go_version=$(cat .go-version)" >> $GITHUB_OUTPUT
7272

7373
- name: Install Go (${{ steps.go_version.outputs.go_version }})
74-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
74+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
7575
with:
7676
go-version: ${{ steps.go_version.outputs.go_version }}
7777

Diff for: .github/workflows/pull-request.yaml

+3-3
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
75+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
126+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
127127
with:
128128
go-version: ${{ steps.go_version.outputs.go_version }}
129129

@@ -328,7 +328,7 @@ jobs:
328328
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329329
with:
330330
name: generated
331-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
331+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
332332
with:
333333
go-version: ${{ matrix.version }}
334334
- run: make build

0 commit comments

Comments
 (0)