We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c74ce commit 4029f0aCopy full SHA for 4029f0a
.github/workflows/go.yml
.github/workflows/workflow.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- go-version: [1.24.x, 1.25.x]
+ go-version: [1.25.x, 1.26.x]
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v6
37
- uses: actions/setup-go@v6
38
with:
39
- go-version: 1.24.x
+ go-version: 1.25.x
40
- name: golangci-lint
41
uses: golangci/golangci-lint-action@v9
42
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-playground/validator/v10
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/gabriel-vasile/mimetype v1.4.13
0 commit comments