Skip to content

Commit 3ecad45

Browse files
Update CI: upgrade actions/setup-go to v5, remove etcd service
Signed-off-by: Aishwarya2001A <aaishwar@progress.com>
1 parent fa31160 commit 3ecad45

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Set up Go
50-
uses: actions/setup-go@v1
50+
uses: actions/setup-go@v5
5151
with:
5252
go-version: 1.24.3
5353

@@ -68,7 +68,6 @@ jobs:
6868
DEX_POSTGRES_PASSWORD: postgres
6969
DEX_POSTGRES_HOST: localhost
7070
DEX_POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
71-
DEX_ETCD_ENDPOINTS: http://localhost:${{ job.services.etcd.ports[2379] }}
7271
DEX_LDAP_TESTS: 0
7372
DEX_KEYSTONE_URL: http://localhost:${{ job.services.keystone.ports[5000] }}
7473
DEX_KEYSTONE_ADMIN_URL: http://localhost:${{ job.services.keystone.ports[35357] }}

0 commit comments

Comments
 (0)