Skip to content

Commit

Permalink
ci: simplify environment setup and dependencies management
Browse files Browse the repository at this point in the history
- Remove environment variables `GO111MODULE` and `GOPROXY`
- Remove the use of `vishnudxb/redis-cluster` action

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jan 18, 2025
1 parent 6527a8a commit f9eb0d8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ jobs:
go-build: ~/.cache/go-build
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org

steps:
- uses: vishnudxb/redis-cluster@1.0.9
with:
master1-port: 6379
slave1-port: 6380

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit f9eb0d8

Please sign in to comment.