Bump Go to 1.16.3

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-04-22 13:24:34 -04:00
parent 01fdd012b3
commit d4fe720b15
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
# You may obtain a copy of the License at the LICENSE file in
# the root directory of this source tree.
FROM golang:1.16.0-alpine AS builder
FROM golang:1.16.3-alpine AS builder
RUN apk add --update --no-cache ca-certificates bash make gcc musl-dev git openssh wget curl