Update to go1.16.4

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-05-26 13:57:57 -04:00
parent f3be5d281e
commit 7f63260d55
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"
env:
GO_VERSION: "1.16.3"
GO_VERSION: "1.16.4"
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.3-alpine AS builder
FROM golang:1.16.4-alpine AS builder
RUN apk add --update --no-cache make