Skip to content

Commit 5515981

Browse files
committed
update build go
1 parent 46b801f commit 5515981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ts_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build Web and Docs
3535
if: matrix.group == 'standard'
3636
run: |
37-
go run gen_web.go
37+
GO111MODULE=off go run gen_web.go
3838
cd server && ~/go/bin/swag init -g web/server.go
3939
4040
- name: Build Standard Platforms
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build Android (Go 1.25)
7373
if: matrix.group == 'android'
7474
run: |
75-
go run gen_web.go
75+
GO111MODULE=off go run gen_web.go
7676
LDFLAGS="-s -w -checklinkname=0"
7777
mkdir -p dist
7878
export NDK_TOOLCHAIN="$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64"

0 commit comments

Comments
 (0)