mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-22 05:29:14 -04:00
Add Add Hysteria2 Protocol
This commit is contained in:
committed by
Xiaokang Wang (Shelikhoo)
parent
485f5a0ef7
commit
2078480c4e
2
.github/workflows/linter.yml
vendored
2
.github/workflows/linter.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v3
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- v*
|
||||
- dev-*
|
||||
- dev*
|
||||
paths:
|
||||
- "**/*.go"
|
||||
- "go.mod"
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.19
|
||||
go-version: ^1.21
|
||||
|
||||
- name: Checkout codebase
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user