Skip to content

Commit 4489335

Browse files
committed
Update go version
1 parent 8cf7ab3 commit 4489335

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ the issue you're facing and the proposed solution.
4949

5050
### Building and testing
5151

52-
Prerequisite: Go 1.17 or newer
52+
Prerequisite: Go 1.23 or newer
5353

5454
To build the `bramble` command:
5555

5656
```bash
5757
go build -o bramble ./cmd/bramble
58-
./bramble -conf config.json
58+
./bramble -config config.json
5959
```
6060

6161
To run the tests:

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the issue you're facing and the proposed solution.
3838

3939
### Building and testing
4040

41-
Prerequisite: Go 1.17 or newer
41+
Prerequisite: Go 1.23
4242

4343
To build the `bramble` command:
4444

examples/gqlgen-multipart-file-upload-service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/movio/bramble/examples/gqlgen-service
22

3-
go 1.22
3+
go 1.23.3
44

55
require github.com/99designs/gqlgen v0.17.44
66

examples/gqlgen-service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/movio/bramble/examples/gqlgen-service
22

3-
go 1.22
3+
go 1.23.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.44

examples/graph-gophers-service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/movio/bramble/examples/graph-gophers-service
22

3-
go 1.22
3+
go 1.23.3
44

55
require (
66
github.com/go-faker/faker/v4 v4.0.0-beta.3

examples/slow-service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/movio/bramble/examples/slow-service
22

3-
go 1.22
3+
go 1.23.3
44

55
require github.com/graph-gophers/graphql-go v1.4.0

go.mod

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

3-
go 1.22
3+
go 1.23.3
44

55
require (
66
github.com/99designs/gqlgen v0.17.41

0 commit comments

Comments
 (0)