Skip to content

Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible in /auth #73

Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible in /auth

Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible in /auth #73

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre_commit_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up go
uses: actions/setup-go@v3
with:
go-version: 1.18
# - name: golangci lint
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.42.0
# args: --build-tags="containers_image_openpgp exclude_graphdriver_devicemapper exclude_graphdriver_btrfs" --timeout 5m
- name: go test
run: make test
- name: go build
run: make build