Skip to content

Commit

Permalink
Update Go 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatard committed Feb 7, 2024
1 parent 77b76a6 commit 20fcb4f
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 20fcb4f

Please sign in to comment.