File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 24
24
name : Set up Go
25
25
uses : actions/setup-go@v2
26
26
with :
27
- go-version : 1.14
27
+ go-version : 1.21
28
28
29
29
- name : Login to GitHub Container Registry
30
30
uses : docker/login-action@v2
Original file line number Diff line number Diff line change 1
1
module github.com/alexrios/endpoints
2
2
3
- go 1.14
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/gorilla/handlers v1.4.2
7
7
github.com/gorilla/mux v1.7.4
8
- github.com/kr/pretty v0.1.0 // indirect
9
8
github.com/sirupsen/logrus v1.6.0
10
9
github.com/spf13/afero v1.3.2
11
10
github.com/stretchr/testify v1.4.0
11
+ )
12
+
13
+ require (
14
+ github.com/davecgh/go-spew v1.1.1 // indirect
15
+ github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
16
+ github.com/kr/pretty v0.1.0 // indirect
17
+ github.com/pmezard/go-difflib v1.0.0 // indirect
18
+ golang.org/x/sys v0.0.0-20190422165155-953cdadca894 // indirect
12
19
golang.org/x/text v0.3.2 // indirect
13
20
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
21
+ gopkg.in/yaml.v2 v2.2.2 // indirect
14
22
)
23
+
24
+ // This version (and below) does not support "go install" command. Try with v0.5.0 of greater.
25
+ retract v0.4.1
You can’t perform that action at this time.
0 commit comments