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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
go-version: '1.26.1'
|
||||
check-latest: true
|
||||
cache: false
|
||||
|
||||
- name: Ensure tooling is available
|
||||
|
||||
@@ -29,7 +29,8 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
go-version: '1.26.1'
|
||||
check-latest: true
|
||||
cache: false
|
||||
|
||||
- name: Ensure tooling is available
|
||||
|
||||
@@ -34,7 +34,8 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
go-version: '1.26.1'
|
||||
check-latest: true
|
||||
cache: false
|
||||
|
||||
- name: Build binary
|
||||
|
||||
Reference in New Issue
Block a user