diff --git a/.circleci/config.yml b/.circleci/config.yml index 31b51939..c4e99e1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: parameters: go-version: type: string - default: "1.18" + default: "1.20" executor: name: go/default tag: << parameters.go-version >> @@ -45,6 +45,7 @@ workflows: - "1.17" - "1.18" - "1.19" + - "1.20" build: jobs: - test: