Update to Go 1.17.1

Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
Phil Estes
2021-09-13 10:21:03 -04:00
parent cbf9d88c9e
commit 73dbbf5bfa
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.17'
go-version: '1.17.1'
- name: Set env
shell: bash