File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - name : Set up Go
7878 uses : actions/setup-go@v4
7979 with :
80- go-version : ' 1.22 '
80+ go-version : ' 1.24 '
8181
8282 - name : Build Binary
8383 env :
Original file line number Diff line number Diff line change 77jobs :
88 test :
99 runs-on : ubuntu-latest
10- strategy :
11- matrix :
12- go-version : [1.21, 1.22]
13-
1410 steps :
1511 - uses : actions/checkout@v4
1612
1713 - name : Set up Go
1814 uses : actions/setup-go@v4
1915 with :
20- go-version : ${{ matrix.go-version }}
16+ go-version : 1.24
2117
2218 - name : Cache Go modules
2319 uses : actions/cache@v3
Original file line number Diff line number Diff line change 11# Multi-stage build for MaskTunnel
2- FROM golang:1.22 -alpine AS builder
2+ FROM golang:1.24 -alpine AS builder
33
44# Install ca-certificates for build
55RUN apk add --no-cache ca-certificates git
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ toolchain go1.24.4
77require (
88 github.com/Noooste/azuretls-client v1.11.0
99 github.com/cristalhq/base64 v0.1.2
10- github.com/gorilla/websocket v1.5.3
1110 github.com/mileusna/useragent v1.3.4
1211 github.com/rs/zerolog v1.34.0
1312)
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ github.com/google/gopacket v1.1.19 h1:ves8RnFZPGiFnTS0uPQStjwru6uO6h+nlr9j6fL7kF
3737github.qkg1.top/google/gopacket v1.1.19 /go.mod h1:iJ8V8n6KS+z2U1A8pUwu8bW5SyEMkXJB8Yo/Vo+TKTo =
3838github.qkg1.top/google/pprof v0.0.0-20250607225305-033d6d78b36a h1://KbezygeMJZCSHH+HgUZiTeSoiuFspbMg1ge+eFj18 =
3939github.qkg1.top/google/pprof v0.0.0-20250607225305-033d6d78b36a /go.mod h1:5hDyRhoBCxViHszMt12TnOpEI4VVi+U8Gm9iphldiMA =
40- github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
41- github.com/gorilla/websocket v1.5.3 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
4240github.qkg1.top/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
4341github.qkg1.top/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
4442github.qkg1.top/mattn/go-colorable v0.1.13 /go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg =
You can’t perform that action at this time.
0 commit comments