mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Sat Nov 8 19:37:32 CET 2025
This commit is contained in:
2
echo/.github/workflows/cd.yaml
vendored
2
echo/.github/workflows/cd.yaml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25.1"
|
||||
id: go
|
||||
|
||||
# Updated cache step
|
||||
|
||||
2
echo/.github/workflows/ci.yaml
vendored
2
echo/.github/workflows/ci.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.25.1"
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
||||
2
echo/.github/workflows/nightly.yaml
vendored
2
echo/.github/workflows/nightly.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.25.1"
|
||||
|
||||
- name: Get dependencies
|
||||
run: go mod download
|
||||
|
||||
2
echo/.github/workflows/release.yml
vendored
2
echo/.github/workflows/release.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.25.1"
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
||||
Reference in New Issue
Block a user