ci: use alpine linux edge image for linting/building

staticcheck isn't available in a stable release of Alpine Linux yet...
This commit is contained in:
Clayton Craft
2021-09-04 22:20:24 -07:00
parent adec7cfe07
commit 8128877bcb

View File

@@ -1,7 +1,7 @@
---
# global settings
image: alpine:latest
image: alpine:edge
stages:
- lint