File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
go-version-latest :
4
4
docker :
5
- - image : cimg/go:1.23 -node
5
+ - image : cimg/go:1.24 -node
6
6
resource_class : large
7
7
steps :
8
8
- checkout
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : ' 1.23 '
20
+ go-version : ' 1.24 '
21
21
cache : false
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@v8
Original file line number Diff line number Diff line change 15
15
- name : Set up Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : ' 1.23 '
18
+ go-version : ' 1.24 '
19
19
20
20
- name : Make All
21
21
run : |
Original file line number Diff line number Diff line change 1
- FROM golang:1.23 AS building
1
+ FROM golang:1.24 AS building
2
2
3
3
COPY . /building
4
4
WORKDIR /building
Original file line number Diff line number Diff line change 1
- FROM golang:1.23 AS building
1
+ FROM golang:1.24 AS building
2
2
3
3
COPY . /building
4
4
WORKDIR /building
Original file line number Diff line number Diff line change 1
1
module github.com/fatedier/frp
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
You can’t perform that action at this time.
0 commit comments