better go version

This commit is contained in:
Andrew Jackson (Ajax) 2023-09-21 22:29:23 -05:00
parent b8135218c9
commit 3e43df01bd
2 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ jobs:
default: unit default: unit
description: Test suite name to report to CircleCI. description: Test suite name to report to CircleCI.
docker: docker:
- image: cimg/go:1.20.7 - image: cimg/go:1.20
environment: environment:
LOTUS_HARMONYDB_HOSTS: yugabyte LOTUS_HARMONYDB_HOSTS: yugabyte
- image: yugabytedb/yugabyte:2.18.0.0-b65 - image: yugabytedb/yugabyte:2.18.0.0-b65
@ -218,7 +218,7 @@ jobs:
test with. If empty (the default) the commit defined by the git test with. If empty (the default) the commit defined by the git
submodule is used. submodule is used.
docker: docker:
- image: cimg/go:1.20.7 - image: cimg/go:1.20
resource_class: << parameters.resource_class >> resource_class: << parameters.resource_class >>
steps: steps:
- install-ubuntu-deps - install-ubuntu-deps
@ -412,7 +412,7 @@ jobs:
description: | description: |
Arguments to pass to golangci-lint Arguments to pass to golangci-lint
docker: docker:
- image: cimg/go:1.20.7 - image: cimg/go:1.20
resource_class: medium+ resource_class: medium+
steps: steps:
- install-ubuntu-deps - install-ubuntu-deps

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/filecoin-project/lotus module github.com/filecoin-project/lotus
go 1.20.7 go 1.20
retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead. retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.