File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1
1
2
2
BIN =go
3
- # BIN=go1.18beta1
4
-
5
- go1.18beta1 :
6
- go install golang.org/dl/go1.18beta1@latest
7
- go1.18beta1 download
8
3
9
4
build :
10
5
${BIN} build -v ./...
Original file line number Diff line number Diff line change @@ -2324,14 +2324,6 @@ ok github.com/samber/lo 6.657s
2324
2324
2325
2325
Don't hesitate ;)
2326
2326
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
-
2335
2327
### With Docker
2336
2328
2337
2329
``` bash
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version: '3'
2
2
3
3
services :
4
4
dev :
5
- build : .
5
+ image : golang:1.18-bullseye
6
6
volumes :
7
7
- ./:/go/src/github.com/samber/lo
8
8
working_dir : /go/src/github.com/samber/lo
9
- command : bash -c ' make tools ; make watch-test'
9
+ command : make watch-test
You can’t perform that action at this time.
0 commit comments