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