From 7d98bae716997a3016c74ec5b1518601e5ca59ae Mon Sep 17 00:00:00 2001 From: Ricardo N Feliciano Date: Tue, 22 Nov 2022 13:28:55 -0500 Subject: [PATCH] Update CI deps (#150) --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c1bed37..7122a26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,20 +7,20 @@ orbs: executors: linux-docker: docker: - - image: cimg/base:2022.08 + - image: cimg/base:2022.11 linux-amd64: machine: - image: ubuntu-2204:2022.07.1 + image: ubuntu-2204:2022.10.2 linux-arm64: machine: - image: ubuntu-2004:2022.07.1 + image: ubuntu-2004:2022.10.1 resource_class: arm.medium macos: macos: xcode: 13.0.0 windows: machine: - image: windows-server-2022-gui:2022.08.1 + image: windows-server-2022-gui:2022.10.1 resource_class: windows.medium workflows: @@ -28,8 +28,8 @@ workflows: jobs: - test - gor/release: - version: "1.11.2" - go-version: "1.19.0" + version: "1.13.0" + go-version: "1.19.3" dry-run: true post-steps: - persist_to_workspace: @@ -62,8 +62,8 @@ workflows: # Simplified SemVer regex only: /^v\d+\.\d+\.\d+$/ - gor/release: - version: "1.11.2" - go-version: "1.19.0" + version: "1.13.0" + go-version: "1.19.3" filters: branches: ignore: /.*/ @@ -89,7 +89,7 @@ workflows: jobs: test: docker: - - image: cimg/go:1.19.0 + - image: cimg/go:1.19.3 environment: GOTESTSUM_JUNITFILE: "junit/unit-tests.xml" steps: @@ -197,7 +197,7 @@ jobs: fi deb-publish: docker: - - image: cimg/base:2022.08 + - image: cimg/base:2022.11 steps: - attach_workspace: at: .