Added missing go mod tidy.
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
||||
run: |
|
||||
VERSION=${GITEA_REF_NAME}
|
||||
echo "Building version $VERSION"
|
||||
go mod tidy
|
||||
go build -ldflags "-s -w -X main.Version=$VERSION" -o lab-ca .
|
||||
|
||||
# 4. Install the tea CLI
|
||||
|
Reference in New Issue
Block a user