Skip to content

Commit

Permalink
feat!: bump go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Feb 16, 2023
1 parent ffbcf9f commit 7311759
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
golang:
docker:
- image: cimg/go:1.17.9
- image: cimg/go:1.18.10
resource_class: large

commands:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/filecoin-project/go-fil-markets

go 1.17
go 1.18

require (
github.com/filecoin-project/dagstore v0.5.2
Expand Down

0 comments on commit 7311759

Please sign in to comment.