From 8d5aad64d1e64b7a915aa3de9bc6890f224a60b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 1 Apr 2025 11:32:48 -0500 Subject: [PATCH 1/4] .circleci: updates go version --- .circleci/config.yml | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 608cb893..ca7c82c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,9 +1,3 @@ -test_with_go_modules: &test_with_go_modules - steps: - - checkout - - run: go test ./... - - run: go vet ./... - test_without_go_modules: &test_without_go_modules working_directory: /go/src/github.com/graphql-go/graphql steps: @@ -12,27 +6,20 @@ test_without_go_modules: &test_without_go_modules - run: go test ./... - run: go vet ./... -defaults: &defaults - <<: *test_with_go_modules - version: 2 jobs: - golang:1.8.7: + golang:1.22.0: <<: *test_without_go_modules docker: - - image: circleci/golang:1.8.7 - golang:1.9.7: + - image: cimg/go:1.22.0 + golang:1.23.0: <<: *test_without_go_modules docker: - - image: circleci/golang:1.9.7 - golang:1.11: - <<: *defaults - docker: - - image: circleci/golang:1.11 - golang:latest: - <<: *defaults + - image: cimg/go:1.23.0 + golang:1.24.0: + <<: *test_without_go_modules docker: - - image: circleci/golang:latest + - image: cimg/go:1.24.0 coveralls: docker: - image: circleci/golang:latest @@ -46,8 +33,7 @@ workflows: version: 2 build: jobs: - - golang:1.8.7 - - golang:1.9.7 - - golang:1.11 - - golang:latest + - golang:1.22.0 + - golang:1.23.0 + - golang:1.24.0 - coveralls From c1ece5cc4f588e251437ba40982e82c2ac936992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 1 Apr 2025 11:40:25 -0500 Subject: [PATCH 2/4] .circleci: keeping only single go version --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ca7c82c7..33884d11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,14 +8,6 @@ test_without_go_modules: &test_without_go_modules version: 2 jobs: - golang:1.22.0: - <<: *test_without_go_modules - docker: - - image: cimg/go:1.22.0 - golang:1.23.0: - <<: *test_without_go_modules - docker: - - image: cimg/go:1.23.0 golang:1.24.0: <<: *test_without_go_modules docker: @@ -33,7 +25,5 @@ workflows: version: 2 build: jobs: - - golang:1.22.0 - - golang:1.23.0 - golang:1.24.0 - coveralls From a9ee0a36db86c4d7eca3f62aded348dbd2b9a105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 1 Apr 2025 11:53:58 -0500 Subject: [PATCH 3/4] .circleci: updates go version --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 33884d11..9b0288ac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,10 +8,10 @@ test_without_go_modules: &test_without_go_modules version: 2 jobs: - golang:1.24.0: + golang:1.24.2: <<: *test_without_go_modules docker: - - image: cimg/go:1.24.0 + - image: cimg/go:1.24.2 coveralls: docker: - image: circleci/golang:latest @@ -25,5 +25,5 @@ workflows: version: 2 build: jobs: - - golang:1.24.0 + - golang:1.24.2 - coveralls From 5a1a6bbd23f910ee100dae16a731df5ed2e4f2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Ram=C3=B3n?= Date: Tue, 1 Apr 2025 11:56:18 -0500 Subject: [PATCH 4/4] .circleci: updates go version --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b0288ac..7c224148 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,10 +8,10 @@ test_without_go_modules: &test_without_go_modules version: 2 jobs: - golang:1.24.2: + golang:1.24.1: <<: *test_without_go_modules docker: - - image: cimg/go:1.24.2 + - image: cimg/go:1.24.1 coveralls: docker: - image: circleci/golang:latest @@ -25,5 +25,5 @@ workflows: version: 2 build: jobs: - - golang:1.24.2 + - golang:1.24.1 - coveralls