Skip to content

Commit 222a95a

Browse files
committed
chore: remove go1.18-beta
1 parent e2a5e3e commit 222a95a

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11

22
BIN=go
3-
# BIN=go1.18beta1
4-
5-
go1.18beta1:
6-
go install golang.org/dl/go1.18beta1@latest
7-
go1.18beta1 download
83

94
build:
105
${BIN} build -v ./...

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,14 +2324,6 @@ ok github.com/samber/lo 6.657s
23242324

23252325
Don't hesitate ;)
23262326

2327-
### Install go 1.18
2328-
2329-
```bash
2330-
make go1.18beta1
2331-
```
2332-
2333-
If your OS currently not default to Go 1.18, replace `BIN=go` by `BIN=go1.18beta1` in the Makefile.
2334-
23352327
### With Docker
23362328

23372329
```bash

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version: '3'
22

33
services:
44
dev:
5-
build: .
5+
image: golang:1.18-bullseye
66
volumes:
77
- ./:/go/src/github.com/samber/lo
88
working_dir: /go/src/github.com/samber/lo
9-
command: bash -c 'make tools ; make watch-test'
9+
command: make watch-test

0 commit comments

Comments
 (0)