Skip to content

Commit

Permalink
Merge branch 'dev_new' of github.com:wyx2685/V2bX into dev_new
Browse files Browse the repository at this point in the history
  • Loading branch information
wyx2685 committed Nov 18, 2023
2 parents 5d18876 + a9d0c03 commit 02852ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
strategy:
matrix:
# Include amd64 on all platforms.
goos: [windows, freebsd, linux, dragonfly, darwin]
goos: [windows, freebsd, linux, darwin]
goarch: [amd64, 386]
exclude:
# Exclude i386 on darwin and dragonfly.
- goarch: 386
goos: dragonfly
# Exclude i386 on darwin.
- goarch: 386
goos: darwin
include:
Expand Down Expand Up @@ -110,7 +108,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21.4'

- name: Get project dependencies
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A V2board node server based on multi core, modified from XrayR.
### 一键安装

```
wget -N https://raw.githubusercontents.com/InazumaV/V2bX-script/master/install.sh && bash install.sh
wget -N https://raw.githubusercontents.com/wyx2685/V2bX-script/master/install.sh && bash install.sh
```

### 手动安装
Expand Down

0 comments on commit 02852ee

Please sign in to comment.