Upgrade to 1.18.

This commit is contained in:
Arseny Balobanov 2022-03-15 23:20:31 +03:00
parent d12ea26dfb
commit da478565fb
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Курс по Го в ШАД
Для работы с кодом нужен go 1.17 или выше.
Для работы с кодом нужен go 1.18 или выше.
```sh
git clone https://gitlab.com/slon/shad-go.git

View file

@ -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
View file

@ -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