Skip to content

Commit 8e681c5

Browse files
authored
Merge pull request #147 from mahmednabil109/main
Add missing go versions update
2 parents bce2269 + 403515c commit 8e681c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-go@v2
1111
with:
1212
stable: "false"
13-
go-version: "1.16.2"
13+
go-version: "1.18"
1414
- name: Run Linters
1515
run: ./run_lint.sh
1616
- name: Run Tests

docker/contest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.2-buster
1+
FROM golang:1.18-buster
22

33
RUN apt-get update && apt-get install -y mariadb-client openssh-server
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ require (
3030
go.uber.org/atomic v1.9.0
3131
go.uber.org/zap v1.19.1
3232
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
33-
golang.org/x/text v0.3.7
3433
gopkg.in/yaml.v2 v2.4.0
3534
gopkg.in/yaml.v3 v3.0.1
3635
)
@@ -84,6 +83,7 @@ require (
8483
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
8584
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
8685
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
86+
golang.org/x/text v0.3.7 // indirect
8787
golang.org/x/tools v0.1.12 // indirect
8888
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
8989
google.golang.org/protobuf v1.28.0 // indirect

0 commit comments

Comments
 (0)