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 24
24
run : go test -race -covermode=atomic -coverprofile="profile.cov" ./...
25
25
26
26
- 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'
28
28
uses : shogo82148/actions-goveralls@v1
29
29
with :
30
30
path-to-profile : profile.cov
41
41
uses : golangci/golangci-lint-action@v8
42
42
with :
43
43
version : latest
44
+ args : --disable noinlineerr,wsl_v5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ linters-install:
7
7
}
8
8
9
9
lint : linters-install
10
- golangci-lint run
10
+ golangci-lint --disable noinlineerr,wsl_v5 run
11
11
12
12
test :
13
13
$(GOCMD ) test -cover -race ./...
Original file line number Diff line number Diff line change 1
1
module github.com/peczenyj/validator/_examples/validate_fn
2
2
3
- go 1.20
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.4
4
6
5
7
replace github.com/go-playground/validator/v10 => ../../../validator
6
8
You can’t perform that action at this time.
0 commit comments