File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- name : Set up Go
20
20
uses : actions/setup-go@v5
21
21
with :
22
- go-version : 1.22 .x
22
+ go-version : 1.23 .x
23
23
24
24
- name : Lint
25
25
run : make lint
Original file line number Diff line number Diff line change 1
1
module github.com/IBM-Cloud/go-etcd-rules
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
- toolchain go1.22.12
5
+ toolchain go1.23.6
6
6
7
7
require (
8
8
github.com/gorilla/mux v1.8.1
@@ -11,7 +11,7 @@ require (
11
11
go.etcd.io/etcd/api/v3 v3.5.18
12
12
go.etcd.io/etcd/client/v3 v3.5.18
13
13
go.uber.org/zap v1.27.0
14
- golang.org/x/net v0.34 .0
14
+ golang.org/x/net v0.35 .0
15
15
)
16
16
17
17
require (
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
66
66
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
67
67
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
68
68
golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
69
- golang.org/x/net v0.34 .0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0 =
70
- golang.org/x/net v0.34 .0 /go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k =
69
+ golang.org/x/net v0.35 .0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8 =
70
+ golang.org/x/net v0.35 .0 /go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk =
71
71
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
72
72
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
73
73
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments