Skip to content

Commit

Permalink
chore: bump to go 1.21 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Feb 21, 2024
1 parent 0059bef commit e5d8d41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A bare bones example. It creates a store, and runs a set of calls against it inc
Prerequisites:
- `docker`
- `make`
- `go` 1.20+
- `go` 1.21+

#### Run using a published SDK

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

go 1.20
go 1.21

require github.com/openfga/go-sdk v0.3.5

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/openfga/go-sdk

go 1.20
go 1.21

require (
github.com/jarcoal/httpmock v1.3.1
Expand Down

0 comments on commit e5d8d41

Please sign in to comment.