Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 088593e

Browse files
authored
Upgrade hysteria-plugin (#689)
* Upgrade hysteria-plugin * update go version to 1.20.5
1 parent d8ea417 commit 088593e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/setup-go@v3
210210
if: steps.cache.outputs.cache-hit != 'true'
211211
with:
212-
go-version: 1.18.6
212+
go-version: 1.20.5
213213
- name: Native Build
214214
if: steps.cache.outputs.cache-hit != 'true'
215215
run: ./run plugin hysteria

.github/workflows/release_hysteria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-go@v3
5050
if: steps.cache.outputs.cache-hit != 'true'
5151
with:
52-
go-version: 1.18.6
52+
go-version: 1.20.5
5353
- name: Native Build
5454
if: steps.cache.outputs.cache-hit != 'true'
5555
run: ./run plugin hysteria

sager.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ BROOK_VERSION=4
2020
TROJAN_VERSION_NAME=1.16.0
2121
TROJAN_VERSION=1
2222

23-
HYSTERIA_VERSION_NAME=1.3.2
24-
HYSTERIA_VERSION=20
23+
HYSTERIA_VERSION_NAME=1.3.5
24+
HYSTERIA_VERSION=21
2525

2626
MIERU_VERSION_NAME=1.14.0
2727
MIERU_VERSION=13

0 commit comments

Comments
 (0)