setup-go v3 -> v5

This commit is contained in:
Soren Hansen
2025-08-02 12:33:43 -07:00
parent d32ebd5d16
commit 32a7301d05
3 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

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