Upgrade to 1.18.
This commit is contained in:
parent
d12ea26dfb
commit
da478565fb
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Курс по Го в ШАД
|
||||
|
||||
Для работы с кодом нужен go 1.17 или выше.
|
||||
Для работы с кодом нужен go 1.18 или выше.
|
||||
|
||||
```sh
|
||||
git clone https://gitlab.com/slon/shad-go.git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17
|
||||
FROM golang:1.18
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
rsync libssl-dev \
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module gitlab.com/slon/shad-go
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/ClickHouse/clickhouse-go v1.4.0
|
||||
|
|
Loading…
Reference in a new issue