Skip to content

Commit

Permalink
downgrade to golang1.20 for compatibility with windows7 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Aug 24, 2024
1 parent beca437 commit ee64338
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
ref: master
- uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.20.5"
- uses: actions/setup-python@v5
id: cp310
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
ref: master
- uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.20.5"
- run: |
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_linux_x86_64 -O ./backend-rust/webgpu_server
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_linux_x86_64 -O ./backend-rust/web-rwkv-converter
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
ref: master
- uses: actions/setup-go@v5
with:
go-version: "1.22.5"
go-version: "1.20.5"
- run: |
wget https://github.com/josStorer/ai00_rwkv_server/releases/latest/download/webgpu_server_darwin_aarch64 -O ./backend-rust/webgpu_server
wget https://github.com/josStorer/web-rwkv-converter/releases/latest/download/web-rwkv-converter_darwin_aarch64 -O ./backend-rust/web-rwkv-converter
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rwkv-runner

go 1.22
go 1.20

require (
github.com/cavaliergopher/grab/v3 v3.0.1
Expand Down

0 comments on commit ee64338

Please sign in to comment.