1
0
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:
Jimmy Huang
2024-09-06 16:07:27 +01:00
committed by Xiaokang Wang (Shelikhoo)
parent 485f5a0ef7
commit 2078480c4e
33 changed files with 2807 additions and 148 deletions

View File

@@ -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

View File

@@ -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