From: Matt Joiner Date: Mon, 30 Aug 2021 01:19:16 +0000 (+1000) Subject: Set Go CI workflow to use Go 1.17 X-Git-Tag: v1.31.0~8 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a0ec0f2708e49d1932072451c5b0155a39393b6c;p=btrtrc.git Set Go CI workflow to use Go 1.17 --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac4ff74e..072eda75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.17 - name: Download Go modules run: go mod download