Merge pull request #6193 from kubernetes-sigs/dependabot/github_actions/actions/setup-go-7.0.0

build(deps): bump actions/setup-go from 6.5.0 to 7.0.0
This commit is contained in:
kubernetes-prow[bot]
2026-07-27 09:25:58 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Go - name: Setup Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
- name: Execute go-apidiff - name: Execute go-apidiff

View File

@@ -37,7 +37,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
cache: true cache: true
@@ -60,7 +60,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
cache: true cache: true
@@ -82,7 +82,7 @@ jobs:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
cache: true cache: true
@@ -129,7 +129,7 @@ jobs:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
cache: true cache: true

View File

@@ -20,7 +20,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go 1.x - name: Set up Go 1.x
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
with: with:
go-version-file: go.work go-version-file: go.work
id: go id: go