chore: minor add go version in workflow

pull/1007/head
Daan Selen 2025-12-04 23:25:56 +01:00
parent 0a8873e587
commit 82e102a942
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ ENV CGO_ENABLED=1
# Change directory
WORKDIR /workspace/awg
# Compile the binaries
RUN go mod download && \
RUN go version && \
go mod download && \
go mod verify && \
go build -ldflags '-linkmode external -extldflags "-fno-PIC -static"' -v -o /usr/bin
#