Bump golang to 1.17.6

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-10-08 13:45:24 -04:00
parent 4eb50ae5b9
commit 6f4b4d8536
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request:
env:
GO_VERSION: "1.16.4"
GO_VERSION: "1.17.6"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

@@ -6,7 +6,7 @@ on:
- master
env:
GO_VERSION: "1.16.4"
GO_VERSION: "1.17.6"
jobs:
analyze:

View File

@@ -6,7 +6,7 @@ on:
- "v*.*.*-*"
env:
GO_VERSION: "1.16.4"
GO_VERSION: "1.17.6"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs:

View File

@@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"
env:
GO_VERSION: "1.16.4"
GO_VERSION: "1.17.6"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
jobs: