Skip to content

Commit

Permalink
Update to go1.16.4
Browse files Browse the repository at this point in the history
Signed-off-by: Khosrow Moossavi <[email protected]>
  • Loading branch information
khos2ow committed May 26, 2021
1 parent f3be5d2 commit 7f63260
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GO_VERSION: "1.16.3"
GO_VERSION: "1.16.4"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*-*"

env:
GO_VERSION: "1.16.3"
GO_VERSION: "1.16.4"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "!v*.*.*-*"

env:
GO_VERSION: "1.16.3"
GO_VERSION: "1.16.4"
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7f63260

Please sign in to comment.