chore(ci): pin Go toolchain to 1.26.1 in workflows
Some checks failed
Push Validation / validate (push) Failing after 1m30s
Some checks failed
Push Validation / validate (push) Failing after 1m30s
This commit is contained in:
@@ -29,7 +29,8 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version: '1.26.1'
|
||||||
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Ensure tooling is available
|
- name: Ensure tooling is available
|
||||||
|
|||||||
@@ -29,7 +29,8 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version: '1.26.1'
|
||||||
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Ensure tooling is available
|
- name: Ensure tooling is available
|
||||||
|
|||||||
@@ -34,7 +34,8 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version-file: go.mod
|
go-version: '1.26.1'
|
||||||
|
check-latest: true
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
|
|||||||
Reference in New Issue
Block a user