chore: chmod +x update_version.sh (#4413)

This commit is contained in:
hailaz
2025-09-03 10:36:56 +08:00
committed by GitHub
parent 40e97f1325
commit 5073f25691
2 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ jobs:
# Service containers to run with `code-test`
services:
# Etcd service.
# docker run -d --name etcd -p 2379:2379 -e ALLOW_NONE_AUTHENTICATION=yes bitnami/etcd:3.4.24
# docker run -d --name etcd -p 2379:2379 -e ALLOW_NONE_AUTHENTICATION=yes bitnamilegacy/etcd:3.4.24
etcd:
image: bitnami/etcd:3.4.24
image: bitnamilegacy/etcd:3.4.24
env:
ALLOW_NONE_AUTHENTICATION: yes
ports:

2
.github/workflows/scripts/update_version.sh vendored Normal file → Executable file
View File

@ -47,4 +47,4 @@ if [ -f "go.work.${newVersion}" ]; then
# File exists, rename it back
mv go.work.${newVersion} go.work
echo "Restore go.work file"
fi
fi