Skip to content

Commit c9e0d83

Browse files
austinvazquezndeloof
authored andcommitted
ci: upgrade actions/setup-go from v5 to v6
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 3e206fd commit c9e0d83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
docker model version
200200
201201
- name: Set up Go
202-
uses: actions/setup-go@v5
202+
uses: actions/setup-go@v6
203203
with:
204204
go-version-file: 'go.mod'
205205
check-latest: true
@@ -264,7 +264,7 @@ jobs:
264264
- name: Checkout
265265
uses: actions/checkout@v4
266266
- name: Set up Go
267-
uses: actions/setup-go@v5
267+
uses: actions/setup-go@v6
268268
with:
269269
go-version-file: 'go.mod'
270270
check-latest: true

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36-
- uses: actions/setup-go@v5
36+
- uses: actions/setup-go@v6
3737
with:
3838
go-version-file: go.mod
3939
cache: true

0 commit comments

Comments
 (0)