diff --git a/.circleci/config.yml b/.circleci/config.yml index d2a17637..c3d3cb25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,6 +16,9 @@ executors: golang-latest: docker: - image: golang:1.19 + golang-rc: + docker: + - image: golang:1.20-rc jobs: lint-markdown: @@ -129,11 +132,11 @@ workflows: - build-source: matrix: parameters: - e: ["golang-previous", "golang-latest"] + e: ["golang-previous", "golang-latest", "golang-rc"] - unit-test: matrix: parameters: - e: ["golang-previous", "golang-latest"] + e: ["golang-previous", "golang-latest", "golang-rc"] - release-test tagged-release: