Skip to content

Commit f9eb0d8

Browse files
committed
ci: simplify environment setup and dependencies management
- Remove environment variables `GO111MODULE` and `GOPROXY` - Remove the use of `vishnudxb/redis-cluster` action Signed-off-by: appleboy <[email protected]>
1 parent 6527a8a commit f9eb0d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,8 @@ jobs:
2828
go-build: ~/.cache/go-build
2929
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3030
runs-on: ${{ matrix.os }}
31-
env:
32-
GO111MODULE: on
33-
GOPROXY: https://proxy.golang.org
3431

3532
steps:
36-
- uses: vishnudxb/[email protected]
37-
with:
38-
master1-port: 6379
39-
slave1-port: 6380
40-
4133
- name: Set up Go ${{ matrix.go }}
4234
uses: actions/setup-go@v5
4335
with:

0 commit comments

Comments
 (0)