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 85deba3 commit 5d38521Copy full SHA for 5d38521
.github/workflows/copilot-reminder.yml
@@ -1,4 +1,4 @@
1
-name: 'Reminder: Enable GitHub Copilot'
+name: 'reminder: enable GitHub Copilot'
2
3
on:
4
pull_request:
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "GOOS=linux" >> $GITHUB_ENV
45
echo "GOARCH=amd64" >> $GITHUB_ENV
46
go run ./tools/version git
47
- go build -v -o fq-connector-go ./app
+ go build -ldflags '-extldflags "-static"' -v -o fq-connector-go ./app
48
- name: Run unit tests
49
run: go test -v ./app/...
50
- name: Setup integration tests
0 commit comments