Skip to content

Commit f7d143d

Browse files
committed
upgrade actions/setup-go@v5
1 parent 24cb8bc commit f7d143d

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/bundle-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
password: ${{ secrets.DOCKER_PASSWORD }}
5151

5252
- name: Set up GO 1.24.11
53-
uses: actions/setup-go@v1
53+
uses: actions/setup-go@v5
5454
with:
5555
go-version: 1.24.11
5656
id: go
@@ -181,7 +181,7 @@ jobs:
181181
password: ${{ secrets.DOCKER_PASSWORD }}
182182

183183
- name: Set up GO 1.24.11
184-
uses: actions/setup-go@v1
184+
uses: actions/setup-go@v5
185185
with:
186186
go-version: 1.24.11
187187
id: go

.github/workflows/olm-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v2
3636

3737
- name: Set up GO 1.24.11
38-
uses: actions/setup-go@v1
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version: 1.24.11
4141
id: go

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
swap-storage: true
3737

3838
- name: Set up Go
39-
uses: actions/setup-go@v1
39+
uses: actions/setup-go@v5
4040
with:
4141
go-version: ${{ matrix.go-version }}
4242
id: go

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.DOCKER_PASSWORD }}
3939

4040
- name: Set up GO 1.24.11
41-
uses: actions/setup-go@v1
41+
uses: actions/setup-go@v5
4242
with:
4343
go-version: 1.24.11
4444
id: go

.github/workflows/test-helm-charts.yml

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

8686
- name: Set up GO 1.24.11
8787
if: steps.list-changed.outputs.changed == 'true'
88-
uses: actions/setup-go@v1
88+
uses: actions/setup-go@v5
8989
with:
9090
go-version: 1.24.11
9191
id: go

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

3737
- name: Set up GO 1.24.11
38-
uses: actions/setup-go@v1
38+
uses: actions/setup-go@v5
3939
with:
4040
go-version: 1.24.11
4141
id: go

.github/workflows/trivy_scheduled_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
ref: ${{ github.event.pull_request.head.sha }}
4747

4848
- name: Set up GO 1.24.11
49-
uses: actions/setup-go@v1
49+
uses: actions/setup-go@v5
5050
with:
5151
go-version: 1.24.11
5252
id: go

0 commit comments

Comments
 (0)