File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
test :
4
4
mkdir -p build
5
5
go test ./... -v -race -coverprofile=build/coverage.out
6
+
7
+ .PHONY :
8
+ test-update-snapshot :
9
+ mkdir -p build
10
+ go test ./... -v -race -coverprofile=build/coverage.out -update
Original file line number Diff line number Diff line change 1
- go version: go1.22.4
1
+ go version: go1.22.5
2
2
path: github.com/wreulicke/patchr/cmd/patchr
3
3
mod: github.com/wreulicke/patchr
4
4
module version: (devel)
5
5
6
- go go1.22.4
6
+ go go1.22.5
7
7
path github.com/wreulicke/patchr/cmd/patchr
8
8
mod github.com/wreulicke/patchr (devel)
9
9
dep github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
@@ -27,6 +27,7 @@ dep golang.org/x/sys v0.2.0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A=
27
27
dep gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
28
28
build -buildmode=exe
29
29
build -compiler=gc
30
+ build -race=true
30
31
build CGO_ENABLED=1
31
32
build CGO_CFLAGS=
32
33
build CGO_CPPFLAGS=
You can’t perform that action at this time.
0 commit comments