mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
b202402ace
commit
5133243391
|
@ -7,7 +7,9 @@ versions:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
go.dev: ^1.21
|
||||
# doesn't work with 1.22 yet:
|
||||
# https://github.com/coder/coder/issues/11342
|
||||
go.dev: ~1.21
|
||||
script: go build $ARGS -ldflags="$LD_FLAGS" ./cmd/coder
|
||||
env:
|
||||
ARGS:
|
||||
|
@ -29,4 +31,4 @@ provides:
|
|||
test:
|
||||
- coder version | grep {{version}}
|
||||
- coder netcheck 2>out.log || true
|
||||
- cat out.log | grep 'You are not logged in'
|
||||
- cat out.log | grep 'You are not logged in'
|
||||
|
|
Loading…
Reference in a new issue