Let setup-go choose Go version from go.mod

This commit is contained in:
Soren Hansen
2025-08-02 12:06:54 -07:00
parent 12b2c0ec03
commit d32ebd5d16
3 changed files with 0 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"