fix(talhelper)

closes #6314
This commit is contained in:
Jacob Heider 2024-06-04 10:45:37 -04:00
parent 78b6672091
commit 6a58b304f6
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -8,8 +8,7 @@ versions:
build: build:
dependencies: dependencies:
go.dev: ^1.21 go.dev: ^1.21
script: script: go build $ARGS -ldflags="$LDFLAGS"
go build $ARGS -ldflags="$LDFLAGS"
env: env:
ARGS: ARGS:
- -trimpath - -trimpath
@ -26,5 +25,7 @@ provides:
- bin/talhelper - bin/talhelper
test: test:
- talhelper --version | grep {{version}} # removed in v3, oddly
- talhelper gensecret | grep 'bootstraptoken' - run: talhelper --version | grep {{version}}
if: <3
- talhelper gensecret | grep 'bootstraptoken'