Skip to content

Commit 6ae1cbd

Browse files
Bump actions/setup-go from 6.0.0 to 6.1.0 (#1266)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4469467...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9521ec9 commit 6ae1cbd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pre-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2424
with:
2525
go-version-file: go.mod
2626

@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.0
6363
- name: Set up Go
64-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
64+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6565
with:
6666
go-version-file: go.mod
6767

@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.0
8181

8282
- name: Set up Go
83-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
83+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8484
with:
8585
go-version-file: go.mod
8686

.github/workflows/qe-ocp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ref: ${{ github.sha }}
3535

3636
- name: Set up Go
37-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
37+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3838
with:
3939
go-version-file: go.mod
4040

@@ -95,7 +95,7 @@ jobs:
9595
ref: ${{ github.sha }}
9696

9797
- name: Set up Go
98-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
98+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
9999
with:
100100
go-version-file: go.mod
101101

.github/workflows/qe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ref: ${{ github.sha }}
6767

6868
- name: Set up Go
69-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
69+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7070
with:
7171
go-version-file: go.mod
7272

@@ -124,7 +124,7 @@ jobs:
124124
ref: ${{ github.sha }}
125125

126126
- name: Set up Go
127-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
127+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
128128
with:
129129
go-version-file: go.mod
130130

0 commit comments

Comments
 (0)