Skip to content

Commit b233f74

Browse files
build(deps): bump actions/setup-go from 5.6.0 to 7.0.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.6.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@40f1582...b7ad1da) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7921684 commit b233f74

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
with:
4141
persist-credentials: false
42-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
42+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4343
with:
4444
go-version: ${{ env.GO_VERSION }}
4545
cache: false

.github/workflows/kind-mesh-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
persist-credentials: false
4242

4343
- name: Setup Go
44-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
44+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747
cache: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
persist-credentials: false
2222
- name: Set up Go
23-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
23+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2424
with:
2525
go-version: stable
2626
cache: false

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
35+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false
@@ -44,7 +44,7 @@ jobs:
4444
lint:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
47+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
cache: false
@@ -56,7 +56,7 @@ jobs:
5656
verify:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
59+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262
cache: false

.github/workflows/test_flutter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build-ffi:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
35+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6464
with:
6565
persist-credentials: false
66-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
66+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
6767
with:
6868
go-version: ${{ env.GO_VERSION }}
6969
cache: false

.github/workflows/test_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
26+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2727
with:
2828
go-version: '1.22'
2929

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242

43-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
43+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4444
with:
4545
go-version: ${{ env.GO_VERSION }}
4646
cache: false

0 commit comments

Comments
 (0)