Skip to content

Bump the gomod-minor-updates group with 6 updates #4538

Bump the gomod-minor-updates group with 6 updates

Bump the gomod-minor-updates group with 6 updates #4538

Workflow file for this run

name: "Build docker"
on:
pull_request:
push:
paths-ignore:
- '**.md'
permissions: read-all
jobs:
build_docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: setup-go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: 'go.mod'
- name: Enable docker experimental
run: |
echo $'{"experimental": true}' | sudo dd status=none of=/etc/docker/daemon.json
sudo service docker restart
docker version -f '{{.Server.Experimental}}'
- name: build_docker
run: make build