diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-13 15:25:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-13 15:25:06 -0600 |
| commit | 5808687bd25022655cfe89b8350937f50035c550 (patch) | |
| tree | aff5a91643eac3d06b9726bf6682c55a7b37a65c | |
| parent | a4ec3f88aa641afdb3dfc2e03d21e8d4151b7ecb (diff) | |
chore: use a docker image that has CGO enabled
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ace4019..1633791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ unit: script: - go test ./... race: - image: golang:alpine + image: golang:latest stage: test needs: [] script: |
