Skip to content

Commit

Permalink
Merge pull request #63 from dekkagaijin/1-17-5
Browse files Browse the repository at this point in the history
bump Go to 1.17.5
  • Loading branch information
cpanato committed Dec 10, 2021
2 parents be292f9 + d8f1cec commit f57cd7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

env:
GOLANG_CROSS_TAG: "v1.17.4-0"
GOLANG_CROSS_TAG: "v1.17.5-0"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ COPY entrypoint.sh /
# install cosign
COPY --from=gcr.io/projectsigstore/cosign:1.3.1@sha256:3cd9b3a866579dc2e0cf2fdea547f4c9a27139276cc373165c26842bc594b8bd /ko-app/cosign /usr/local/bin/cosign

ARG GO_VERSION=1.17.4
ARG GOLANG_DIST_SHA=adab2483f644e2f8a10ae93122f0018cef525ca48d0b8764dae87cb5f4fd4206
ARG GO_VERSION=1.17.5
ARG GOLANG_DIST_SHA=bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e
# update golang
RUN \
GOLANG_DIST=https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# golang parameters
ARG GO_VERSION=1.17.4
ARG GO_VERSION=1.17.5

# osxcross parameters
ARG OSX_VERSION_MIN=10.12
Expand Down

0 comments on commit f57cd7b

Please sign in to comment.