File tree Expand file tree Collapse file tree 4 files changed +16
-463
lines changed Expand file tree Collapse file tree 4 files changed +16
-463
lines changed Original file line number Diff line number Diff line change 12
12
- name : install golang
13
13
uses : actions/setup-go@v2
14
14
with :
15
- go-version : 1.21.3
15
+ go-version : 1.21.4
16
16
17
17
- name : checkout code
18
18
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- go-version : [1.21.3 ]
15
+ go-version : [1.21.4 ]
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.20
3
+ go 1.21.4
4
4
5
5
require (
6
6
github.com/evalphobia/logrus_sentry v0.8.2
@@ -16,15 +16,15 @@ require (
16
16
github.com/davecgh/go-spew v1.1.1 // indirect
17
17
github.com/getsentry/raven-go v0.2.0 // indirect
18
18
github.com/golang/protobuf v1.5.3 // indirect
19
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
19
+ github.com/kr/text v0.2.0 // indirect
20
20
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
21
21
github.com/pkg/errors v0.9.1 // indirect
22
22
github.com/pmezard/go-difflib v1.0.0 // indirect
23
23
github.com/prometheus/client_model v0.3.0 // indirect
24
24
github.com/prometheus/common v0.42.0 // indirect
25
25
github.com/prometheus/procfs v0.9.0 // indirect
26
+ github.com/rogpeppe/go-internal v1.11.0 // indirect
26
27
golang.org/x/sys v0.13.0 // indirect
27
28
google.golang.org/protobuf v1.30.0 // indirect
28
- gopkg.in/yaml.v2 v2.4.0 // indirect
29
29
gopkg.in/yaml.v3 v3.0.1 // indirect
30
30
)
You can’t perform that action at this time.
0 commit comments