Skip to content

chore(deps): update docker.io/library/golang:1.23.1 docker digest to 4f063a2 (main) #520

chore(deps): update docker.io/library/golang:1.23.1 docker digest to 4f063a2 (main)

chore(deps): update docker.io/library/golang:1.23.1 docker digest to 4f063a2 (main) #520

Workflow file for this run

name: Check images digest for multi-arch
on:
pull_request:
paths:
- '**[dD]ockerfile**'
- '.github/workflow/digestcheck.yaml'
- 'contrib/digestcheck.sh'
- '!**vendor**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install crane
env:
VERSION: "v0.15.2"
run: |
curl -sL "https://github.com/google/go-containerregistry/releases/download/$VERSION/go-containerregistry_Linux_x86_64.tar.gz" > go-containerregistry.tar.gz
tar -zxvf go-containerregistry.tar.gz -C /usr/local/bin/ crane
- name: Check digests
env:
TERM: xterm-color
run: ./contrib/digestcheck.sh ${{ github.workspace }}