Skip to content

Commit 3cb7a99

Browse files
dependabot[bot]marcofranssen
authored andcommitted
build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4469467) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18e01d4 commit 3cb7a99

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build-fluentd-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Install Go
8787
id: setup-go
88-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
88+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
8989
with:
9090
go-version-file: go.mod
9191
cache-dependency-path: go.sum

.github/workflows/build-op-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Install Go
106106
id: setup-go
107-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
107+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
108108
with:
109109
go-version-file: go.mod
110110
cache-dependency-path: go.sum

.github/workflows/helm-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Install Go
37-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
37+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3838
with:
3939
go-version-file: go.mod
4040
cache-dependency-path: go.sum

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Install Go
61-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
61+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6262
with:
6363
go-version-file: go.mod
6464
cache-dependency-path: go.sum
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 0
101101

102102
- name: Install Go
103-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
103+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
104104
with:
105105
go-version-file: go.mod
106106
cache-dependency-path: go.sum
@@ -127,7 +127,7 @@ jobs:
127127
fetch-depth: 0
128128

129129
- name: Install Go
130-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
130+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
131131
with:
132132
go-version-file: go.mod
133133
cache-dependency-path: go.sum
@@ -146,7 +146,7 @@ jobs:
146146
# fetch-depth: 0
147147

148148
# - name: Install Go
149-
# uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
149+
# uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
150150
# with:
151151
# go-version-file: go.mod
152152
# cache-dependency-path: go.sum

0 commit comments

Comments
 (0)