Let setup-go choose Go version from go.mod
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -36,8 +36,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
|
||||||
go-version: 1.19
|
|
||||||
|
|
||||||
- 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
@@ -17,8 +17,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
|
||||||
go-version: 1.19
|
|
||||||
|
|
||||||
- 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
@@ -18,8 +18,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
|
||||||
go-version: 1.19
|
|
||||||
|
|
||||||
- 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