fix(coder)

closes #5136
This commit is contained in:
Jacob Heider 2024-02-07 10:23:26 -05:00
parent b202402ace
commit 5133243391
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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'