Newer
Older
image: quay.orus.io/docker_mirror/golang:1.21.9-bookworm
stages:
- test
lint_code:
stage: test
cache:
paths:
script:
- make lint
tests:
stage: test
variables:
GOPATH: $CI_PROJECT_DIR/.gopath
cache:
paths: