From e7d4dc9581c29ab2a459d1b00589b762d6696640 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Mon, 8 Nov 2021 21:56:21 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3056d88b..c680b015 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.17 uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.17 id: go - name: Check out code into the Go module directory @@ -28,4 +28,4 @@ jobs: run: | export PATH=${PATH}:`go env GOPATH`/bin scripts/devtools.sh - make local build \ No newline at end of file + make local build