Skip to content

Commit

Permalink
Merge pull request #22 from builtbystack/go122
Browse files Browse the repository at this point in the history
Update Go 1.22.0
  • Loading branch information
sonatard authored Feb 7, 2024
2 parents 77b76a6 + 20fcb4f commit 25d0279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [20231127, 20231231]
version: [20240207]
steps:
- uses: actions/checkout@v3

Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
version: [20231127, 20231231]
version: [20240207]
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions 20231231/Dockerfile → 20240207/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:slim

ARG GOLANG_VERSION=1.21.0
ARG GOLANG_DOWNLOAD_SHA256=d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
ARG GOLANG_VERSION=1.22.0
ARG GOLANG_DOWNLOAD_SHA256=f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265

ARG GOPATH=/go
ENV GOPATH=${GOPATH} \
Expand Down

0 comments on commit 25d0279

Please sign in to comment.