Skip to content

Commit

Permalink
fix: typo in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 28, 2024
1 parent 0039c44 commit 9f768a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: go-test
env:
CGO_ENABLED": "1"
CGO_ENABLED: "1"
run: go test -race -v ./...

build-image-linux:
Expand Down

0 comments on commit 9f768a4

Please sign in to comment.