You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# CLI overrides (task foo GO_TAGS=bar) bypass global vars.
# Task evaluates them at load time, before CLI vars are merged (no equivalent of Makefile's `override`). # Tasks use a LOCAL_TAGS var instead, which is evaluated at run time with CLI vars available.
GO_TAGS_RAW: '{{.GO_TAGS | default ""}}'
GO_TAGS: >-
{{- if regexMatch "(^|\\s)gore2regex(\\s|$)" .GO_TAGS_RAW -}}