From 0b831d07ceeebcc5dcc8a336fd5d25fa67cd8c4c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sun, 3 Apr 2022 22:47:42 -0400 Subject: [PATCH] github: update the golang workflow Signed-off-by: Vincent Batts --- .github/workflows/go.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7c3b9f2..1d859c4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,12 +11,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: 1.16 + go-version: 1.17 - name: Build run: make @@ -26,3 +26,4 @@ jobs: - name: Build.Arches run: make build.arches +