diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:46:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:46:08 +0900 |
| commit | 96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3 (patch) | |
| tree | fd77cfdc8cc76621f3a80c961550456f02178a0f /provisioning | |
| parent | 3127d39694da10119e6505d2a76598c781eb2e95 (diff) | |
| download | nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.gz nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.zst nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.zip | |
feat(mioproxy): update mioproxy to 0.5.0
Diffstat (limited to 'provisioning')
| -rwxr-xr-x | provisioning/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/provisioning/run.sh b/provisioning/run.sh index 58129e0f..ab078c5b 100755 --- a/provisioning/run.sh +++ b/provisioning/run.sh @@ -12,8 +12,8 @@ export LEGO_CONF_EMAIL=nsfisis@gmail.com export LEGO_CONF_WEBROOT="${REPO_ROOT}/letsencrypt/webroot" export LEGO_CONF_PATH="${REPO_ROOT}/letsencrypt/lego" export LEGO_CONF_DOMAINS=nsfisis.dev,about.nsfisis.dev,blog.nsfisis.dev,repos.nsfisis.dev,slides.nsfisis.dev -export GOLANG_VERSION=1.21.1 -export MIOPROXY_VERSION=v0.3.0 +export GOLANG_VERSION=1.24.13 +export MIOPROXY_VERSION=v0.5.0 mitamae_bin_url="https://github.com/itamae-kitchen/mitamae/releases/download/${MITAMAE_VERSION}/mitamae-${MITAMAE_ARCH}.tar.gz" |
