Skip to content

Commit

Permalink
feat: require go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Mar 28, 2023
1 parent 65b7c85 commit 2069bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
executors:
golang:
docker:
- image: cimg/go:1.18.6
- image: cimg/go:1.19.7
resource_class: 2xlarge
ubuntu:
docker:
Expand Down
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/filecoin-project/boost

go 1.18
go 1.19

replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi

Expand Down

0 comments on commit 2069bfc

Please sign in to comment.