diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 8db3fb597..42f9700f4 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -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: diff --git a/.github/workflows/scripts/update_version.sh b/.github/workflows/scripts/update_version.sh old mode 100644 new mode 100755 index ed868e1f9..cc914da4e --- a/.github/workflows/scripts/update_version.sh +++ b/.github/workflows/scripts/update_version.sh @@ -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 \ No newline at end of file +fi