Browse Source

Update trojan-go to 0.10.6

世界 4 years ago
parent
commit
8f4a66098a

+ 1 - 1
.github/workflows/debug.yml

@@ -55,7 +55,7 @@ jobs:
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         if: steps.cache.outputs.cache-hit != 'true'
         if: steps.cache.outputs.cache-hit != 'true'
         with:
         with:
-          go-version: 1.16
+          go-version: 1.17.1
       - name: Native Build
       - name: Native Build
         if: steps.cache.outputs.cache-hit != 'true'
         if: steps.cache.outputs.cache-hit != 'true'
         run: ./run plugin trojan_go
         run: ./run plugin trojan_go

+ 1 - 1
.github/workflows/release_trojan_go.yml

@@ -44,7 +44,7 @@ jobs:
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         if: steps.cache.outputs.cache-hit != 'true'
         if: steps.cache.outputs.cache-hit != 'true'
         with:
         with:
-          go-version: 1.16
+          go-version: 1.17.1
       - name: Native Build
       - name: Native Build
         if: steps.cache.outputs.cache-hit != 'true'
         if: steps.cache.outputs.cache-hit != 'true'
         run: ./run plugin trojan_go
         run: ./run plugin trojan_go

+ 1 - 1
plugin/trojan-go/src/main/go/trojan-go

@@ -1 +1 @@
-Subproject commit 068d23371c2676212a3399edbabfb2aaedf63750
+Subproject commit 2dc60f52e79ff8b910e78e444f1e80678e936450

+ 2 - 2
sager.properties

@@ -11,8 +11,8 @@ PINGTUNNEL_VERSION=1
 RELAYBATON_VERSION_NAME=0.6.0-ech-1
 RELAYBATON_VERSION_NAME=0.6.0-ech-1
 RELAYBATON_VERSION=2
 RELAYBATON_VERSION=2
 
 
-TROJAN_GO_VERSION_NAME=0.10.4
-TROJAN_GO_VERSION=4
+TROJAN_GO_VERSION_NAME=0.10.6
+TROJAN_GO_VERSION=5
 
 
 BROOK_VERSION_NAME=20210601
 BROOK_VERSION_NAME=20210601
 BROOK_VERSION=2
 BROOK_VERSION=2