Let setup-go choose Go version from go.mod
This commit is contained in:
2
.github/workflows/quick-build.yaml
vendored
2
.github/workflows/quick-build.yaml
vendored
@@ -17,8 +17,6 @@ jobs:
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
|
||||
- name: "Build"
|
||||
run: "touch bindata/* bindata/*/* ; make"
|
||||
|
||||
Reference in New Issue
Block a user