Commit 31410471 authored by to be continuous bot's avatar to be continuous bot Committed by Cédric OLIVIER
Browse files

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

parent c50466ef
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,13 +3,15 @@ include:
   ref: '4.0.0'
   file: '/templates/gitlab-ci-docker.yml'
 - project: 'to-be-continuous/golang'
   ref: '4.0.1'
   ref: '4.4.0'
   file: '/templates/gitlab-ci-golang.yml'

variables:
  GO_BUILD_FLAGS: -tags netgo
  GO_IMAGE: "registry.hub.docker.com/library/golang:latest"
  # force application build
  GO_BUILD_MODE: application
  GO_SBOM_OPTS: "-main cmd/tracking_service"

  DOCKER_BUILD_ARGS: "--build-arg CI_PROJECT_URL --build-arg TRACKING_CONFIGURATION"
  DOCKER_HEALTHCHECK_CONTAINER_ARGS: "--service --skip_tracking my-template-service my-template-version"