Skip to content

Commit

Permalink
ci: test bump v2ray and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
luvletter2333 committed Dec 3, 2023
1 parent e70b006 commit 5596db2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.16
go-version: 1.19.3
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run libs v2ray
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.16
go-version: 1.19.3
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run libs v2ray
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url = https://github.com/google/re2.git
[submodule "v2ray"]
path = v2ray
url = https://github.com/nekohasekai/AndroidLibV2rayLite
url = https://github.com/SagerNet/AndroidLibV2rayLite.git
[submodule "nekox-sing-box/sing-box"]
path = nekox-sing-box/sing-box
url = https://github.com/SagerNet/sing-box.git
2 changes: 1 addition & 1 deletion v2ray

0 comments on commit 5596db2

Please sign in to comment.