Skip to content

fix(deps): update module github.com/docker/docker to v24.0.7+incompat… #58

fix(deps): update module github.com/docker/docker to v24.0.7+incompat…

fix(deps): update module github.com/docker/docker to v24.0.7+incompat… #58

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
cache: false # golangci-lint does it's own caching of this.
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2