Skip to content

Commit e11b488

Browse files
fix: Use CGO_ENABLED
1 parent fb77144 commit e11b488

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/commit-all.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
goarch:
1616
- amd64
1717
- arm64
18-
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.16
18+
uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.17
1919
with:
2020
source-path: "./exec/cli/main.go"
2121
build-flags: "-ldflags=\"-w -s -X 'main.VERSION=$(git rev-list -1 HEAD)'\""
@@ -24,13 +24,13 @@ jobs:
2424

2525
linting:
2626
name: Linting
27-
uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.16
27+
uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.17
2828
with:
2929
source-path: "./exec/cli/main.go"
3030

3131
test-small:
3232
name: Test small
33-
uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.16
33+
uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.17
3434
with:
3535
enable-performance: false
3636
enable-fuzz: false

0 commit comments

Comments
 (0)