Migrate to Go 1.17

Tested during local development and deployment to multipass
and Ubuntu. Worked as expected.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2021-12-20 13:39:08 +00:00 committed by Alex Ellis
parent 5aed707354
commit 77867f17e3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
GO111MODULE: off GO111MODULE: off
strategy: strategy:
matrix: matrix:
go-version: [1.16.x] go-version: [1.17.x]
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View File

@ -9,7 +9,7 @@ jobs:
publish: publish:
strategy: strategy:
matrix: matrix:
go-version: [ 1.16.x ] go-version: [ 1.17.x ]
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: