Skip to content

Commit 87cc9f4

Browse files
Update actions/setup-go action to v6
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/setup-go | v5.5.0 | v6.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bca34ea commit 87cc9f4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
6969
7070
- name: Setup Golang Environment
71-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
71+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
7272
with:
7373
go-version: stable
7474
cache-dependency-path: |
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113113

114114
- name: Setup Golang Environment
115-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
115+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
116116
with:
117117
go-version: stable
118118
cache-dependency-path: |
@@ -172,7 +172,7 @@ jobs:
172172
fetch-depth: 0
173173

174174
- name: Setup Golang Environment
175-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
175+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
176176
with:
177177
go-version: stable
178178
cache-dependency-path: |
@@ -369,7 +369,7 @@ jobs:
369369
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
370370

371371
- name: Setup Golang Environment
372-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
372+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
373373
with:
374374
go-version: stable
375375
cache-dependency-path: |

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
5959
6060
- name: Setup Golang Environment
61-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
61+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6262
with:
6363
go-version: stable
6464

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
4545
4646
- name: Setup Golang Environment
47-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
47+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4848
with:
4949
go-version: stable
5050

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
4343
4444
- name: Setup Golang Environment
45-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
45+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4646
with:
4747
go-version: stable
4848

.github/workflows/renovate-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "GOPROXY=${GOPROXY_VALUE}" >> $GITHUB_ENV
6262
6363
- name: Setup Golang Environment
64-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
64+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6565
with:
6666
go-version: stable
6767
cache-dependency-path: |

0 commit comments

Comments
 (0)