Skip to content

Commit

Permalink
Update CI deps (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Jun 1, 2023
1 parent 0879f29 commit 247e495
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
version: 2.1

orbs:
gor: hubci/goreleaser@1.0
gor: hubci/goreleaser@2.3
osd: hubci/sphere@0.2

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.04.1
linux-arm64:
machine:
image: ubuntu-2004:2022.10.1
image: ubuntu-2004:2023.04.1
resource_class: arm.medium
macos:
macos:
xcode: 13.4.1
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:
main-wf:
jobs:
- test
- gor/release:
version: "1.14.1"
go-version: "1.20.1"
version: "1.18.2"
go-version: "1.20.4"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -57,8 +57,8 @@ workflows:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.14.1"
go-version: "1.20.1"
version: "1.18.2"
go-version: "1.20.4"
filters:
branches:
ignore: /.*/
Expand All @@ -84,7 +84,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.20.1
- image: cimg/go:1.20.4
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
fi
deb-publish:
docker:
- image: cimg/base:2023.01
- image: cimg/base:2023.04
steps:
- attach_workspace:
at: .
Expand Down
File renamed without changes.

0 comments on commit 247e495

Please sign in to comment.