You've already forked top-wallpaper
Update dependencies and add linting configuration
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 2m32s
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 2m32s
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM siteworxpro/golang:1.24.3 AS build
|
||||
FROM siteworxpro/golang:1.24.6 AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD . .
|
||||
|
||||
ENV GOPRIVATE=git.s.int
|
||||
ENV GOPRIVATE=gitea.siteworxpro.com
|
||||
ENV GOPROXY=direct
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user