Skip to content

Commit 1b0fb54

Browse files
committed
fix(ci): use repo-local rem module in workflows
1 parent 9c1fbba commit 1b0fb54

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@v5
2121
with:
2222
go-version: "1.24.13"
23-
cache: true
23+
cache: false
2424

2525
- name: Go mod tidy
2626
run: go mod tidy
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/setup-go@v5
5252
with:
5353
go-version: "1.24.13"
54-
cache: true
54+
cache: false
5555

5656
- name: Go mod tidy
5757
run: go mod tidy
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/setup-go@v5
7676
with:
7777
go-version: "1.24.13"
78-
cache: true
78+
cache: false
7979

8080
- name: Go mod tidy
8181
run: go mod tidy
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/setup-go@v5
9696
with:
9797
go-version: "1.24.13"
98-
cache: true
98+
cache: false
9999

100100
- name: Go mod tidy
101101
run: go mod tidy

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ require (
7979
github.com/alibabacloud-go/tea v1.4.0 // indirect
8080
github.com/alibabacloud-go/tea-utils/v2 v2.0.7 // indirect
8181
github.com/aliyun/credentials-go v1.4.7 // indirect
82-
github.com/andybalholm/brotli v1.1.0 // indirect
8382
github.com/atotto/clipboard v0.1.4 // indirect
8483
github.com/aws/aws-sdk-go-v2 v1.41.1 // indirect
8584
github.com/aws/aws-sdk-go-v2/config v1.32.8 // indirect
@@ -241,7 +240,7 @@ replace (
241240
replace (
242241
github.com/chainreactors/IoM-go => ./external/IoM-go
243242
github.com/chainreactors/proxyclient => github.com/chainreactors/proxyclient v1.0.3
244-
github.com/chainreactors/rem => ../rem
243+
github.com/chainreactors/rem => ./external/rem
245244
github.com/chainreactors/tui => ./external/tui
246245
github.com/reeflective/console => ./external/console
247246
github.com/reeflective/readline => ./external/readline

0 commit comments

Comments
 (0)