Skip to content

Commit ed3b086

Browse files
authored
Upgrade to Go 1.20 (#4690)
1 parent c40f238 commit ed3b086

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in [runtime/expr/agg](runtime/expr/agg).
1717

1818
## Development
1919

20-
`zed` requires Go 1.19 or later, and uses [Go modules](https://github.com/golang/go/wiki/Modules).
20+
`zed` requires Go 1.20 or later, and uses [Go modules](https://github.com/golang/go/wiki/Modules).
2121
Compilation for 32-bit target environments is not currently supported
2222
(see [zed/4044](https://github.com/brimdata/zed/issues/4044)).
2323
Dependencies are specified in the [`go.mod` file](./go.mod) and fetched

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ go install github.com/brimdata/zed/cmd/{zed,zq}@latest
4848
This installs the `zed` and `zq` binaries in your `$GOPATH/bin`.
4949

5050
> If you don't have Go installed, download and install it from the
51-
> [Go install page](https://golang.org/doc/install). Go 1.19 or later is
51+
> [Go install page](https://golang.org/doc/install). Go 1.20 or later is
5252
> required.
5353
5454
Once installed, run a [quick test](#quick-tests).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/brimdata/zed
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/agnivade/levenshtein v1.1.1

0 commit comments

Comments
 (0)