Add Add Hysteria2 Protocol

This commit is contained in:
Jimmy Huang
2024-09-08 08:38:05 +01:00
committed by Xiaokang Wang (Shelikhoo)
parent 485f5a0ef7
commit 2078480c4e
33 changed files with 2807 additions and 148 deletions
+1 -1
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
+2 -2
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