Skip to content

Commit c04d5f8

Browse files
Merge branch 'main' into dependabot/go_modules/k8s.io/client-go-0.36.2
2 parents 662fcf6 + e04c997 commit c04d5f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v7.0.0
2121

2222
- name: Install go
23-
uses: actions/setup-go@v6.5.0
23+
uses: actions/setup-go@v7.0.0
2424
with:
2525
go-version-file: "go.mod"
2626
cache: true

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Install go
32-
uses: actions/setup-go@v6.5.0
32+
uses: actions/setup-go@v7.0.0
3333
with:
3434
go-version-file: "go.mod"
3535
cache: true

0 commit comments

Comments
 (0)