Skip to content

Commit

Permalink
Merge pull request #651 from trheyi/main
Browse files Browse the repository at this point in the history
refactor: Update Go setup action to version 5
  • Loading branch information
trheyi authored Jul 4, 2024
2 parents 7b57b6e + e266ab4 commit 10e647b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,24 +200,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Setup Cache
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install dependencies
run: |
go mod download
cd ../kun && go mod download
cd ../xun && go mod download
cd ../gou && go mod download
cd ../v8go && go mod download

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.8.0
Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,6 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Setup Cache
uses: actions/cache@v4
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install dependencies
run: |
go mod download
cd ../kun && go mod download
cd ../xun && go mod download
cd ../gou && go mod download
cd ../v8go && go mod download
- name: Start Redis
uses: supercharge/redis-github-action@1.4.0
with:
Expand Down

0 comments on commit 10e647b

Please sign in to comment.