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:
|
build:
|
||||||
dependencies:
|
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
|
script: go build $ARGS -ldflags="$LD_FLAGS" ./cmd/coder
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
|
|
Loading…
Reference in a new issue