File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,25 @@ name: "Go"
55
66on :
77 push :
8- branches : [ "master" ]
8+ branches : ["master"]
99 pull_request :
10- branches : [ "master" ]
10+ branches : ["master"]
1111
1212jobs :
1313 build :
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ "ubuntu-latest", "windows-latest", "macos-latest" ]
18- go : [ "1.21 .x", "1.22.x" ]
17+ os : ["ubuntu-latest", "windows-latest", "macos-latest"]
18+ go : ["1.24 .x"]
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : actions/setup-go@v4
23- with :
24- go-version : ${{ matrix.go }}
25- - run : go version
26- - name : Build
27- run : go build -v ./...
28- - name : Test
29- run : go test -v ./...
21+ - uses : actions/checkout@v3
22+ - uses : actions/setup-go@v4
23+ with :
24+ go-version : ${{ matrix.go }}
25+ - run : go version
26+ - name : Build
27+ run : go build -v ./...
28+ - name : Test
29+ run : go test -v ./...
Original file line number Diff line number Diff line change 11module github.com/refraction-networking/utls
22
3- go 1.22 .0
3+ go 1.24 .0
44
55retract (
66 v1.4.1 // #218
You can’t perform that action at this time.
0 commit comments