Skip to content

Commit

Permalink
feat: see what happens with cgo disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
olastor committed Apr 28, 2024
1 parent 3f9cb8a commit 63ba600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
GO_VERSION: '>=1.21'
CGO_ENABLED: 1
CGO_ENABLED: 0

jobs:
build:
Expand Down

0 comments on commit 63ba600

Please sign in to comment.