Skip to content

Commit

Permalink
Upgrade to Go 1.23 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt authored Oct 4, 2024
1 parent 6356a10 commit f001918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Config](https://github.com/brimdata/brimcap/wiki/Custom-Brimcap-Config) article.

## Build From Source

To build from source, Go 1.21 or later is required.
To build from source, Go 1.23 or later is required.

To build the brimcap package, clone this repo and run `make build`:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/brimdata/brimcap

go 1.21
go 1.23

require (
github.com/brimdata/zed v1.18.1-0.20241003172836-b8fe31212be5
Expand Down

0 comments on commit f001918

Please sign in to comment.