Skip to content

Commit

Permalink
Update CI deps (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Nov 22, 2022
1 parent 649a273 commit 7d98bae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ 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:
main:
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:
Expand Down Expand Up @@ -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: /.*/
Expand All @@ -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:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
fi
deb-publish:
docker:
- image: cimg/base:2022.08
- image: cimg/base:2022.11
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 7d98bae

Please sign in to comment.