Skip to content

Commit

Permalink
Merge pull request #353 from tri-adam/go-1.22-ci
Browse files Browse the repository at this point in the history
ci: test against Go 1.22
  • Loading branch information
tri-adam committed Feb 13, 2024
2 parents 7cf41e5 + 5f2a42d commit 7cb9507
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ executors:
docker:
- image: golangci/golangci-lint:v1.56
golang-previous:
docker:
- image: golang:1.20
golang-latest:
docker:
- image: golang:1.21
golang-rc:
golang-latest:
docker:
- image: golang:1.22-rc
- image: golang:1.22

jobs:
lint-markdown:
Expand Down Expand Up @@ -135,11 +132,11 @@ workflows:
- build-source:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-rc"]
e: ["golang-previous", "golang-latest"]
- unit-test:
matrix:
parameters:
e: ["golang-previous", "golang-latest", "golang-rc"]
e: ["golang-previous", "golang-latest"]
- release-test

tagged-release:
Expand Down

0 comments on commit 7cb9507

Please sign in to comment.