1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 15:24:42 -05:00

⬆️ Update to go 1.23

📝 Add upx to workflow
This commit is contained in:
Nite07 2024-10-03 03:18:24 +08:00
parent 6e99e8f57b
commit f51edfa0b4
3 changed files with 10 additions and 1 deletions

View File

@ -18,6 +18,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:

View File

@ -1,3 +1,4 @@
version: 2
project_name: sub2sing-box
builds:
- env:
@ -27,3 +28,6 @@ archives:
- templates
release:
draft: true
upx:
- enabled: true
compress: best

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/nitezs/sub2sing-box
go 1.21.5
go 1.23
require (
github.com/sagernet/sing-box v1.10.0-beta.11