diff --git a/.github/workflows/on-main.yml b/.github/workflows/on-main.yml index 2ac451b..6e5aeb4 100644 --- a/.github/workflows/on-main.yml +++ b/.github/workflows/on-main.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - name: Test run: make test diff --git a/go.mod b/go.mod index 23832f5..530b021 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/vulcanize/go-codec-dageth -go 1.18 +go 1.19 require ( github.com/ethereum/go-ethereum v1.10.10 diff --git a/ipldsch_types.go b/ipldsch_types.go index 2a4d638..02c9294 100644 --- a/ipldsch_types.go +++ b/ipldsch_types.go @@ -11,12 +11,11 @@ var _ ipld.Node = nil // suppress errors when this dependency is not referenced // One of its major uses is to start the construction of a value. // You can use it like this: // -// dageth.Type.YourTypeName.NewBuilder().BeginMap() //... +// dageth.Type.YourTypeName.NewBuilder().BeginMap() //... // // and: // -// dageth.Type.OtherTypeName.NewBuilder().AssignString("x") // ... -// +// dageth.Type.OtherTypeName.NewBuilder().AssignString("x") // ... var Type typeSlab type typeSlab struct {