Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,14 @@ brew install sqlc
sudo snap install sqlc
```

## go install
## go install

### Go >= 1.17:
Installing recent versions of sqlc requires Go 1.21+.

```
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
```

### Go < 1.17:

```
go get github.com/sqlc-dev/sqlc/cmd/sqlc
```

Comment on lines -25 to -30
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this since it's irrelevant now that Go 1.21 is required for maps and slog.

## Docker

```
Expand Down