We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea5ae4 commit 70ec001Copy full SHA for 70ec001
.github/workflows/version_go.yml
@@ -22,7 +22,7 @@ jobs:
22
run: go mod download
23
24
- name: Build
25
- run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o build/go-reverseproxy-ssl .
+ run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v -o build/go-reverseproxy-ssl ./cmd/reverseproxy
26
27
- name: Test
28
run: go test -v ./...
0 commit comments