Merge pull request #507 from khos2ow/go-1.16.4

Update to go1.16.4
This commit is contained in:
Khosrow Moossavi
2021-05-26 15:01:57 -04:00
committed by GitHub
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