Skip to content

Commit 80cfd09

Browse files
authored
use go1.22 (fatedier#4018)
1 parent 52f66b0 commit 80cfd09

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.circleci/config.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,15 @@ version: 2
22
jobs:
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

2012
workflows:
2113
version: 2
2214
build_and_test:
2315
jobs:
24-
- go-version-latest
25-
- go-version-last
16+
- go-version-latest

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fatedier/frp
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5

0 commit comments

Comments
 (0)