Skip to content

Commit

Permalink
require go 1.16+
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Dec 18, 2023
1 parent 7cdac9f commit 1612a80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
strategy:
matrix:
go:
- '1.13'
- '1.14'
- '1.15'
- '1.16'
- '1.17'
- '1.18'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Validation [![Build Status](https://github.com/xgfone/go-validation/actions/workflows/go.yml/badge.svg)](https://github.com/xgfone/go-validation/actions/workflows/go.yml) [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/go-validation)](https://pkg.go.dev/github.com/xgfone/go-validation) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/go-validation/master/LICENSE)

Provide a validation framework based on the built rule, supporting `Go1.13+`.
Provide a validation framework based on the built rule, supporting `Go1.16+`.


## Install
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/xgfone/go-validation

require github.com/xgfone/predicate v1.3.3

go 1.13
go 1.16

0 comments on commit 1612a80

Please sign in to comment.