Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ workflows:
executor:
name: go/golang
tag: 1.18-alpine
post-steps: &xgenerics
- run:
name: "test x/generics"
working_directory: ./x/generics
command: gotestsum -ftestname
- go/test:
name: test-golang-1.19
executor:
name: go/golang
tag: 1.19-alpine
post-steps: *xgenerics
- go/test:
name: test-golang-1.20
executor:
Expand Down Expand Up @@ -62,7 +56,3 @@ jobs:
- run:
name: Lint
command: golangci-lint run -v --concurrency 2
- run:
name: Lint x/generics
working_directory: ./x/generics
command: golangci-lint run -v --concurrency 2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gotest.tools/v3

go 1.17
go 1.18

require (
github.com/google/go-cmp v0.5.9
Expand Down
7 changes: 0 additions & 7 deletions x/generics/go.mod

This file was deleted.

29 changes: 0 additions & 29 deletions x/generics/go.sum

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package property_test
import (
"testing"

"gotest.tools/x/generics/property"
"gotest.tools/v3/x/property"
)

type FoodRequest struct {
Expand Down
File renamed without changes.
File renamed without changes.