switch CI to alpine

This commit is contained in:
Evan Burkey 2023-07-06 14:47:36 -07:00
parent c46b22f179
commit 67573770a8
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
image: golang:1.20
image: golang:alpine3.18
before_script:
- apk add --update git
build:
script: