Skip to content

Commit

Permalink
All development tools of the go-minimal image upgraded to their lates…
Browse files Browse the repository at this point in the history
…t versions (#40)
  • Loading branch information
EajksEajks authored Jan 9, 2025
1 parent 82fb6d7 commit 4d1afb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-pipeline-go-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# https://github.com/sigstore/cosign-installer/tags
# https://github.com/sigstore/cosign/releases
- name: Set up docker buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
# https://github.com/docker/setup-buildx-action/tags
- name: Login to ${{env.IMAGE_REPOSITORY}} registry
uses: docker/login-action@v3.3.0
Expand All @@ -60,7 +60,7 @@ jobs:
# https://github.com/docker/login-action/tags
- id: extract-metadata-sdk
name: Extract the ${{env.IMAGE_NAME}}-sdk metadata
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
context: workflow
images: |
Expand All @@ -78,7 +78,7 @@ jobs:
# https://github.com/docker/metadata-action/tags
- id: build-and-push-sdk
name: Build the ${{env.IMAGE_NAME}}-sdk image and push it to the ${{env.IMAGE_REPOSITORY}} registry
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./DevOps/Docker/Go-Minimal/SDK/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion DevOps/Docker/Go-Minimal/SDK/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update \
curl \
ca-certificates \
&& rm -rf /usr/local/go \
&& curl -fsSL https://go.dev/dl/go1.23.3.linux-amd64.tar.gz | tar -xzf - -C /usr/local \
&& curl -fsSL https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -xzf - -C /usr/local \
&& apt-get remove --yes --purge \
curl \
&& apt-get autoremove --yes --purge \
Expand Down

0 comments on commit 4d1afb1

Please sign in to comment.