File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -2,24 +2,15 @@ version: 2
22jobs :
33 go-version-latest :
44 docker :
5- - image : cimg/go:1.22-node
5+ - image : cimg/go:1.22-node
66 resource_class : large
77 steps :
8- - checkout
9- - run : make
10- - run : make alltest
11- go-version-last :
12- docker :
13- - image : cimg/go:1.21-node
14- resource_class : large
15- steps :
16- - checkout
17- - run : make
18- - run : make alltest
8+ - checkout
9+ - run : make
10+ - run : make alltest
1911
2012workflows :
2113 version : 2
2214 build_and_test :
2315 jobs :
24- - go-version-latest
25- - go-version-last
16+ - go-version-latest
Original file line number Diff line number Diff line change 11module github.com/fatedier/frp
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
You can’t perform that action at this time.
0 commit comments