Updated the release to use go 1.17

This commit is contained in:
naveensrinivasan 2022-03-11 13:56:11 +00:00 committed by Gustavo Chain
parent 7461e85495
commit d6320efe88
No known key found for this signature in database
GPG Key ID: D14717913A9291CE

View File

@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.17.x
-
name: Docker login
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}