github: update the golang workflow

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-03 22:47:42 -04:00
parent 4bc25af053
commit 0b831d07ce
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 4 additions and 3 deletions

View File

@ -11,12 +11,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v3
with: with:
go-version: 1.16 go-version: 1.17
- name: Build - name: Build
run: make run: make
@ -26,3 +26,4 @@ jobs:
- name: Build.Arches - name: Build.Arches
run: make build.arches run: make build.arches