Skip to content

Commit 3e08f18

Browse files
committed
fix(README): it's go1.23.6 OR LATER
1 parent 7c1d41e commit 3e08f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In it's [config](rest/middleware/config) folder you can find a variaty of config
3636

3737
## Running
3838

39-
To run an example you need to have `go1.23.6` installed. You can get it with [gvm](https://github.com/moovweb/gvm).
39+
To run an example you need to have `go1.23.6` or later installed. You can get it with [gvm](https://github.com/moovweb/gvm).
4040

4141
All the examples have a cmd folder you can run it with `go run "./cmd/handler/..."`.
4242

@@ -45,7 +45,7 @@ You can run all examples at once by running `./scripts/test.sh`, this is what we
4545
## Development
4646

4747
You need:
48-
- go1.23.6
48+
- go1.23.6 or later
4949
- docker for dagger
5050
- our custom fork of [wire](https://github.com/go-orb/wire) `go install github.com/go-orb/wire/cmd/wire@latest`
5151
- [protoc-gen-go](https://protobuf.dev/reference/go/go-generated/) `go install google.golang.org/protobuf/cmd/protoc-gen-go@latest`

0 commit comments

Comments
 (0)