Update to Go 1.17

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-08-17 12:27:39 -04:00
parent 024804b1be
commit f8602c3725
8 changed files with 17 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16.7'
go-version: '1.17'
- name: Set env
shell: bash