Skip to content
Snippets Groups Projects
.gitlab-ci.yml 311 B
Newer Older
Florent Aide's avatar
Florent Aide committed
---

Christophe de Vienne's avatar
Christophe de Vienne committed
image: quay.orus.io/docker_mirror/golang:1.21.9-bookworm

stages:
  - test

lint_code:
  stage: test
  cache:
    paths:
Florent Aide's avatar
Florent Aide committed
      - tools/bin
  script:
    - make lint

tests:
  stage: test
  variables:
    GOPATH: $CI_PROJECT_DIR/.gopath
  cache:
    paths:
Florent Aide's avatar
Florent Aide committed
      - .gopath/pkg/mod