parent
4ecc2948a8
commit
a1158e1ed2
4
.github/workflows/cron.yml
vendored
4
.github/workflows/cron.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.20:
|
# Run on the latest minor release of Go 1.22:
|
||||||
go-version: ~1.20
|
go-version: ~1.22
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
4
.github/workflows/cron_uboot.yml
vendored
4
.github/workflows/cron_uboot.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.20:
|
# Run on the latest minor release of Go 1.22:
|
||||||
go-version: ~1.20
|
go-version: ~1.22
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
4
.github/workflows/merge.yml
vendored
4
.github/workflows/merge.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.20:
|
# Run on the latest minor release of Go 1.22:
|
||||||
go-version: ~1.20
|
go-version: ~1.22
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
4
.github/workflows/pull.yml
vendored
4
.github/workflows/pull.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.20:
|
# Run on the latest minor release of Go 1.22:
|
||||||
go-version: ~1.20
|
go-version: ~1.22
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
4
.github/workflows/testboot.yml
vendored
4
.github/workflows/testboot.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
# Run on the latest minor release of Go 1.20:
|
# Run on the latest minor release of Go 1.22:
|
||||||
go-version: ~1.20
|
go-version: ~1.22
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
Loading…
Reference in New Issue
Block a user