Skip to content

Commit

Permalink
test: add testing against Go 1.20 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
tri-adam committed Dec 9, 2022
1 parent 0ffd7e3 commit 366218c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ executors:
golang-latest:
docker:
- image: golang:1.19
golang-rc:
docker:
- image: golang:1.20-rc

jobs:
lint-markdown:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 366218c

Please sign in to comment.