Update Lint Package
All checks were successful
Continuous Integration / CI (push) Successful in 2m51s

Lint package was not updated with go.
This commit is contained in:
sjc
2025-05-07 13:33:05 -04:00
parent 9ace2d8bbc
commit 207bc794b2

View File

@@ -26,7 +26,7 @@ RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \ --mount=type=cache,target=/root/.cache/go-build \
go test -v -coverprofile=/out/cover.out ./... go test -v -coverprofile=/out/cover.out ./...
FROM golangci/golangci-lint:v1.31.0-alpine AS lint-base FROM golangci/golangci-lint:v2.1.6-alpine AS lint-base
FROM base AS lint FROM base AS lint
RUN --mount=target=. \ RUN --mount=target=. \