Skip to content

Commit

Permalink
fix: more realistic min go version (#6)
Browse files Browse the repository at this point in the history
* docs: update readme

* fix: updated minimum go version
  • Loading branch information
Oudwins authored Aug 16, 2024
1 parent d480d9a commit 658f060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Killer Features:
- Rich error details, make debugging a breeze
- Almost no reflection when using primitive types
- Built-in coercion support for most types
- Zero dependencies!

API Stability:

- I will consider the API stable when we reach v1.0.0
- However, I believe very little API changes will happen from the current implementation. The API that is most likely to change is the everything related to error messages. However, if you use z.Message() that API will most likely not change and you won't be affected.
- However, I believe very little API changes will happen from the current implementation. The API that is most likely to change is the everything related to customizing error messages. However, if you use z.Message() that API will most likely not change and you won't be affected.

## Introduction

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/Oudwins/zog

go 1.22.3
go 1.21.7

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit 658f060

Please sign in to comment.