From a7235e1fcd8e181c69071038c50cedbf0c0ba19a Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 1 Oct 2024 06:10:08 -0700 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78fc95b..1c3f304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: | go version rm go.mod go.sum - go mod init github.com/schollz/croc + go mod init github.com/schollz/croc/v10 go mod tidy CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags '-extldflags "-static"' -o croc.exe CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags '-extldflags "-static"' -o croc.exe