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