File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- name : install golang
13
13
uses : actions/setup-go@v5
14
14
with :
15
- go-version : 1.24.6
15
+ go-version : 1.25.1
16
16
17
17
- name : checkout code
18
18
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- go-version : [1.24.6 ]
15
+ go-version : [1.25.1 ]
16
16
17
17
steps :
18
18
- name : install golang
Original file line number Diff line number Diff line change 1
1
module github.com/aptible/supercronic
2
2
3
- go 1.24.6
3
+ go 1.25.1
4
4
5
5
require (
6
6
github.com/evalphobia/logrus_sentry v0.8.2
@@ -26,6 +26,6 @@ require (
26
26
github.com/rogpeppe/go-internal v1.12.0 // indirect
27
27
go.yaml.in/yaml/v2 v2.4.3 // indirect
28
28
golang.org/x/sys v0.36.0 // indirect
29
- google.golang.org/protobuf v1.36.9 // indirect
29
+ google.golang.org/protobuf v1.36.10 // indirect
30
30
gopkg.in/yaml.v3 v3.0.1 // indirect
31
31
)
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
53
53
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
54
54
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k =
55
55
golang.org/x/sys v0.36.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
56
- google.golang.org/protobuf v1.36.9 h1:w2gp2mA27hUeUzj9Ex9FBjsBm40zfaDtEWow293U7Iw =
57
- google.golang.org/protobuf v1.36.9 /go.mod h1:fuxRtAxBytpl4zzqUh6/eyUujkJdNiuEkXntxiD/uRU =
56
+ google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE =
57
+ google.golang.org/protobuf v1.36.10 /go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco =
58
58
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
59
59
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
60
60
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments