File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2424 run : go test -race -covermode=atomic -coverprofile="profile.cov" ./...
2525
2626 - name : Send Coverage
27- if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23 .x'
27+ if : matrix.os == 'ubuntu-latest' && matrix.go-version == '1.24 .x'
2828 uses : shogo82148/actions-goveralls@v1
2929 with :
3030 path-to-profile : profile.cov
4141 uses : golangci/golangci-lint-action@v8
4242 with :
4343 version : latest
44+ args : --disable noinlineerr,wsl_v5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ linters-install:
77 }
88
99lint : linters-install
10- golangci-lint run
10+ golangci-lint --disable noinlineerr,wsl_v5 run
1111
1212test :
1313 $(GOCMD ) test -cover -race ./...
Original file line number Diff line number Diff line change 11module github.com/peczenyj/validator/_examples/validate_fn
22
3- go 1.20
3+ go 1.23.0
4+
5+ toolchain go1.24.4
46
57replace github.com/go-playground/validator/v10 => ../../../validator
68
You can’t perform that action at this time.
0 commit comments