From 5f2a42d82d65fc61dc0f2fb111e468f3bfcc79f3 Mon Sep 17 00:00:00 2001 From: Adam Hughes <9903835+tri-adam@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:38:53 +0000 Subject: [PATCH] ci: test against Go 1.22 --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43754220..1ef4d74d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: