Skip to content

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.5+incompatible #25

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.5+incompatible

Bump github.com/docker/docker from 23.0.3+incompatible to 23.0.5+incompatible #25

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Checkout
uses: actions/checkout@v3
- name: Format
run: gofmt -s -d .
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: go build
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: dockerlogs