Skip to content

Commit

Permalink
Update CI deps (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Apr 9, 2023
1 parent 59d13b4 commit e8e6882
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ orbs:
executors:
linux-docker:
docker:
- image: cimg/base:2023.01
- image: cimg/base:2023.04
linux-amd64:
machine:
image: ubuntu-2204:2022.10.2
image: ubuntu-2204:2023.02.1
linux-arm64:
machine:
image: ubuntu-2004:2022.10.1
image: ubuntu-2004:2023.02.1
resource_class: arm.medium
macos:
macos:
xcode: 13.0.0
xcode: 14.0.0
windows:
machine:
image: windows-server-2022-gui:2022.08.1
image: windows-server-2022-gui:2023.03.1
resource_class: windows.medium

workflows:
Expand All @@ -30,8 +30,8 @@ workflows:
- test
- gor/release:
name: goreleaser-snapshot
version: "1.15.1"
go-version: "1.20.0"
version: "1.16.2"
go-version: "1.20.2"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -65,8 +65,8 @@ workflows:
only: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
- gor/release:
name: goreleaser-publish
version: "1.15.1"
go-version: "1.20.0"
version: "1.16.2"
go-version: "1.20.2"
filters: *semverFilters
post-steps:
- persist_to_workspace:
Expand All @@ -82,7 +82,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.20.0
- image: cimg/go:1.20.2
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
deb-publish:
docker:
- image: cimg/base:2023.01
- image: cimg/base:2023.04
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit e8e6882

Please sign in to comment.