Skip to content

Commit

Permalink
Merge pull request #340 from tri-adam/go-1.22-rc
Browse files Browse the repository at this point in the history
ci: start testing against Go 1.22-rc
  • Loading branch information
tri-adam authored Dec 20, 2023
2 parents c428dc6 + 94d8bb5 commit 0d8f9a2
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.21
golang-rc:
docker:
- image: golang:1.22-rc

jobs:
lint-markdown:
Expand Down Expand Up @@ -132,11 +135,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 0d8f9a2

Please sign in to comment.