Skip to content

Commit

Permalink
chore: remove go1.18-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
samber committed Oct 4, 2022
1 parent e2a5e3e commit 222a95a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

BIN=go
# BIN=go1.18beta1

go1.18beta1:
go install golang.org/dl/go1.18beta1@latest
go1.18beta1 download

build:
${BIN} build -v ./...
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2324,14 +2324,6 @@ ok github.com/samber/lo 6.657s

Don't hesitate ;)

### Install go 1.18

```bash
make go1.18beta1
```

If your OS currently not default to Go 1.18, replace `BIN=go` by `BIN=go1.18beta1` in the Makefile.

### With Docker

```bash
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3'

services:
dev:
build: .
image: golang:1.18-bullseye
volumes:
- ./:/go/src/github.com/samber/lo
working_dir: /go/src/github.com/samber/lo
command: bash -c 'make tools ; make watch-test'
command: make watch-test

0 comments on commit 222a95a

Please sign in to comment.