setup-go v3 -> v5
This commit is contained in:
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@@ -14,9 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v5
|
||||||
with:
|
|
||||||
go-version: 1.19
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
@@ -35,7 +33,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
|
|
||||||
- name: "Build & test"
|
- name: "Build & test"
|
||||||
run: "make tools test cross_compile"
|
run: "make tools test cross_compile"
|
||||||
|
|||||||
2
.github/workflows/quick-build.yaml
vendored
2
.github/workflows/quick-build.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
|
|
||||||
- name: "Build"
|
- name: "Build"
|
||||||
run: "touch bindata/* bindata/*/* ; make"
|
run: "touch bindata/* bindata/*/* ; make"
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
|
|
||||||
- name: "Build & test"
|
- name: "Build & test"
|
||||||
run: "make tools test release-artifacts"
|
run: "make tools test release-artifacts"
|
||||||
|
|||||||
Reference in New Issue
Block a user