Skip to content

Commit

Permalink
update to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
i-norden committed Oct 29, 2022
1 parent ba2463d commit 19980aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions ipldsch_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19980aa

Please sign in to comment.