Skip to content

Commit b7b86c6

Browse files
Update actions/setup-go action to v6
1 parent fb74fb3 commit b7b86c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
submodules: true
7474

7575
- name: Setup Go
76-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
76+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7777
with:
7878
go-version: ${{ env.GO_VERSION }}
7979

@@ -121,7 +121,7 @@ jobs:
121121
submodules: true
122122

123123
- name: Setup Go
124-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
124+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
125125
with:
126126
go-version: ${{ env.GO_VERSION }}
127127

@@ -174,7 +174,7 @@ jobs:
174174
run: git fetch --prune --unshallow
175175

176176
- name: Setup Go
177-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
177+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
178178
with:
179179
go-version: ${{ env.GO_VERSION }}
180180

@@ -204,7 +204,7 @@ jobs:
204204
run: git fetch --prune --unshallow
205205

206206
- name: Setup Go
207-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
207+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
208208
with:
209209
go-version: ${{ env.GO_VERSION }}
210210

.github/workflows/uptest-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
submodules: true
117117

118118
- name: Setup Go
119-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
119+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
120120
with:
121121
go-version: ${{ env.GO_VERSION }}
122122

0 commit comments

Comments
 (0)