CI CD work
All checks were successful
Test and build / build (push) Successful in 40s

This commit is contained in:
2024-02-11 16:28:13 +01:00
parent 4f3ec5fd69
commit 3da3083307
2 changed files with 1 additions and 79 deletions

View File

@@ -10,7 +10,7 @@ ENV GO111MODULE=on \
GOARCH=amd64
# Set workdir in GOPATH
WORKDIR $GOPATH/src/gitlab.larvit.se/power-plan/auth
WORKDIR $GOPATH/src/gitea.larvit.se/power-plan/auth
# Copy and download dependency using go mod
COPY go.mod .