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

Commit

Permalink
Upgrade hysteria-plugin (#689)
Browse files Browse the repository at this point in the history
* Upgrade hysteria-plugin

* update go version to 1.20.5
  • Loading branch information
bolucat committed Jun 14, 2023
1 parent d8ea417 commit 088593e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: actions/setup-go@v3
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.18.6
go-version: 1.20.5
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin hysteria
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_hysteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-go@v3
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.18.6
go-version: 1.20.5
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin hysteria
Expand Down
2 changes: 1 addition & 1 deletion plugin/hysteria/src/main/go/hysteria
4 changes: 2 additions & 2 deletions sager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ BROOK_VERSION=4
TROJAN_VERSION_NAME=1.16.0
TROJAN_VERSION=1

HYSTERIA_VERSION_NAME=1.3.2
HYSTERIA_VERSION=20
HYSTERIA_VERSION_NAME=1.3.5
HYSTERIA_VERSION=21

MIERU_VERSION_NAME=1.14.0
MIERU_VERSION=13
Expand Down

0 comments on commit 088593e

Please sign in to comment.