mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
* chore(deps): bump to go1.24.0 * use proxy-wasm/proxy-wasm-go-sdk * remove tinygo * update docker image * add missing env * use go tool directive for mockgen * chore: bump Kong/ngx_wasm_module to pre-release 0.6.0 Thanks to https://github.com/Kong/ngx_wasm_module/issues/682 * fix go mod * set caddy to go1.23
11 lines
99 B
Plaintext
11 lines
99 B
Plaintext
go 1.24.0
|
|
|
|
toolchain go1.24.0
|
|
|
|
use (
|
|
.
|
|
./plugins/caddy
|
|
./plugins/proxywasm
|
|
./plugins/traefik
|
|
)
|