Commit 2c787b16 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'renovate/to-be-continuous-golang-4.x' into 'master'

chore(deps): update dependency to-be-continuous/golang to v4.0.1

See merge request to-be-continuous/tools/vault-secrets-provider!53
parents 5f4bf301 2e49b722
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
include:
  # Go template
  - project: "to-be-continuous/golang"
    ref: "4.0.0"
    ref: "4.0.1"
    file: "templates/gitlab-ci-golang.yml"
  # Docker template
  - project: "to-be-continuous/docker"
@@ -25,6 +25,9 @@ stages:
# Global variables
variables:
  GO_BUILD_FLAGS: -tags netgo
  # force application build
  GO_BUILD_MODE: application

  DOCKER_BUILD_ARGS: "--build-arg CI_PROJECT_URL --build-arg DEFAULT_VAULT_URL"

# this job tests the Docker image on a remote Vault server (configurable)