rollup from next branch #4

Merged
sneak merged 10 commits from next into master 2022-12-04 07:59:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f0af0d6dc0 - Show all commits

View File

@ -1,6 +1,6 @@
## lint image
## current as of 2022-01-25
FROM golangci/golangci-lint@sha256:d16ef91da7e10f3df45c36876543326abbc4c16aaab6548549560b9f52e9e831 AS linter
FROM golangci/golangci-lint:latest AS linter
RUN mkdir -p /build
WORKDIR /build