Skip to content

Commit

Permalink
Update CI deps (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jun 19, 2022
1 parent cf29f45 commit 8bb10da
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ orbs:
executors:
linux-docker:
docker:
- image: cimg/base:2022.01
- image: cimg/base:2022.06
linux-amd64:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2204:2022.04.2
linux-arm64:
machine:
image: ubuntu-2004:202201-02
image: ubuntu-2004:2022.04.2
resource_class: arm.medium
macos:
macos:
Expand All @@ -29,7 +29,7 @@ workflows:
- test
- gor/release:
version: "1.7.0"
go-version: "1.18"
go-version: "1.18.3"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -63,7 +63,7 @@ workflows:
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.7.0"
go-version: "1.18"
go-version: "1.18.3"
filters:
branches:
ignore: /.*/
Expand All @@ -89,7 +89,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.18.3
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
fi
deb-publish:
docker:
- image: cimg/base:current
- image: cimg/base:2022.06
steps:
- attach_workspace:
at: .
Expand All @@ -207,7 +207,6 @@ jobs:
ssh pkg@pkg.atl.revidian.net "aptly snapshot create ftech-ubuntu-focal--sonar-${CIRCLE_TAG} from repo ftech-ubuntu-focal"
ssh pkg@pkg.atl.revidian.net "aptly publish switch focal filesystem:ftech:/ubuntu ftech-ubuntu-focal--sonar-${CIRCLE_TAG}"
# Ubuntu 21.10 Impish
ssh pkg@pkg.atl.revidian.net "aptly repo add ftech-ubuntu-impish ~/incoming/sonar-${CIRCLE_TAG}/"
ssh pkg@pkg.atl.revidian.net "aptly snapshot create ftech-ubuntu-impish--sonar-${CIRCLE_TAG} from repo ftech-ubuntu-impish"
Expand Down

0 comments on commit 8bb10da

Please sign in to comment.