Skip to content

Commit

Permalink
Merge pull request #400 from tri-adam/go-1.24-rc
Browse files Browse the repository at this point in the history
ci: add testing against Go 1.24-rc
  • Loading branch information
tri-adam authored Jan 17, 2025
2 parents 3d603bd + 0ccac98 commit 6d066aa
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.23
golang-next:
docker:
- image: golang:1.24-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-next"]
- unit-test:
matrix:
parameters:
e: ["golang-previous", "golang-latest"]
e: ["golang-previous", "golang-latest", "golang-next"]
- release-test

tagged-release:
Expand Down

0 comments on commit 6d066aa

Please sign in to comment.