mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 13:37:57 +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
@@ -18,6 +18,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
# Run benchmark with `go test -bench` and stores the output to a file
|
||||
- name: Run benchmark
|
||||
|
||||
@@ -18,6 +18,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -30,6 +30,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
|
||||
|
||||
@@ -21,6 +21,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
@@ -20,6 +20,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -275,6 +276,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -50,6 +50,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
||||
@@ -14,6 +14,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Checkout zot (main branch)
|
||||
run: |
|
||||
|
||||
@@ -20,6 +20,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -20,6 +20,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
|
||||
- name: Run zb
|
||||
@@ -59,6 +60,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
|
||||
- name: Run zb
|
||||
@@ -98,6 +100,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- uses: ./.github/actions/setup-localstack
|
||||
- name: Setup minio service
|
||||
@@ -182,6 +185,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- uses: ./.github/actions/setup-localstack
|
||||
- name: Setup minio service
|
||||
|
||||
@@ -18,6 +18,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- uses: actions/checkout@v6
|
||||
- name: Run linter with GH action
|
||||
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -22,6 +22,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install go-licenses
|
||||
run: go install github.com/google/go-licenses@latest
|
||||
|
||||
@@ -21,6 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -72,6 +73,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -90,6 +92,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- uses: ./.github/actions/setup-localstack
|
||||
|
||||
@@ -127,6 +130,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- uses: ./.github/actions/setup-localstack
|
||||
|
||||
@@ -175,6 +179,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -209,6 +214,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -235,6 +241,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install crane
|
||||
run: |
|
||||
@@ -251,6 +258,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -337,6 +345,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -24,6 +24,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Checkout this PR
|
||||
uses: actions/checkout@v6
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -26,6 +26,7 @@ jobs:
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -24,6 +24,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
|
||||
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
cache: false
|
||||
check-latest: true
|
||||
go-version: 1.25.x
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
Reference in New Issue
Block a user