mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 05:28:07 +08:00
chore: update golang version to 1.25.7 (#3790)
* chore: update golang version to 1.25.7 Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> * ci: attempt to update to latest golang Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
23cb7f8e45
commit
26f8201864
@@ -21,6 +21,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Cache go dependencies
|
||||
id: cache-go-dependencies
|
||||
@@ -60,6 +61,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Cache go dependencies
|
||||
id: cache-go-dependencies
|
||||
@@ -99,6 +101,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Cache go dependencies
|
||||
id: cache-go-dependencies
|
||||
@@ -129,6 +132,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Cache go dependencies
|
||||
id: cache-go-dependencies
|
||||
@@ -161,6 +165,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: download all workflow coverage files
|
||||
uses: actions/download-artifact@v7
|
||||
|
||||
Reference in New Issue
Block a user