diff --git a/README.md b/README.md index e76ba9a..eb2acae 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ variants. > **⚠ Work in progress.** FAPIgo is under active development. APIs, package structure, and behavior may change without notice. We recommend waiting for the v1.0 release before considering it for production use. -Requires Go 1.26.5+ (per `go.mod`'s `go` directive). +Requires Go 1.26.6+ (per `go.mod`'s `go` directive). ``` go get github.com/idfoundry/fapigo diff --git a/go.mod b/go.mod index e11ef36..ae200be 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/idfoundry/fapigo -go 1.26.5 +go 1.26.6