File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/setup-go@v2
11
11
with :
12
12
stable : " false"
13
- go-version : " 1.16.2 "
13
+ go-version : " 1.18 "
14
14
- name : Run Linters
15
15
run : ./run_lint.sh
16
16
- name : Run Tests
Original file line number Diff line number Diff line change 1
- FROM golang:1.16.2 -buster
1
+ FROM golang:1.18 -buster
2
2
3
3
RUN apt-get update && apt-get install -y mariadb-client openssh-server
4
4
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ require (
30
30
go.uber.org/atomic v1.9.0
31
31
go.uber.org/zap v1.19.1
32
32
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
33
- golang.org/x/text v0.3.7
34
33
gopkg.in/yaml.v2 v2.4.0
35
34
gopkg.in/yaml.v3 v3.0.1
36
35
)
@@ -84,6 +83,7 @@ require (
84
83
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
85
84
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
86
85
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
86
+ golang.org/x/text v0.3.7 // indirect
87
87
golang.org/x/tools v0.1.12 // indirect
88
88
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
89
89
google.golang.org/protobuf v1.28.0 // indirect
You can’t perform that action at this time.
0 commit comments