Skip to content

Bump the gomod-minor-updates group across 1 directory with 9 updates #4497

Bump the gomod-minor-updates group across 1 directory with 9 updates

Bump the gomod-minor-updates group across 1 directory with 9 updates #4497

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: setup-go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21.0'
- 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