Compare commits

..

1 Commits

Author SHA1 Message Date
Adam Veldhousen 2cf53d5c2b
change theme, trying to get ci to work now
ci.vdhsn.com/push Build encountered an error Details
2023-01-27 18:33:24 -06:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.19 as build
ENV GOPATH=/go
ENV GOBIN=/go/bin