Skip to content

Commit

Permalink
ci: Update deps (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Aug 8, 2024
1 parent 60ab515 commit dc8b474
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
version: 2.1

orbs:
gor: hubci/goreleaser@2.3
gor: hubci/goreleaser@2.5
osd: hubci/[email protected]
aptly: felicianotech/[email protected]
ts: hubci/[email protected]

executors:
linux-docker:
docker:
- image: cimg/base:2023.07
- image: cimg/base:2024.07
resource_class: small
linux-amd64:
machine:
image: ubuntu-2204:2023.07.2
image: ubuntu-2204:2024.05.1
linux-arm64:
machine:
image: ubuntu-2004:2023.07.1
image: ubuntu-2204:2024.05.1
resource_class: arm.medium
macos:
macos:
xcode: 14.0.0
xcode: 15.2.0
windows:
machine:
image: windows-server-2022-gui:2023.07.1
Expand All @@ -30,8 +31,8 @@ workflows:
jobs:
- test
- gor/release:
version: "1.20.0"
go-version: "1.21.0"
version: "2.1.0"
go-version: "1.22.6"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -59,8 +60,8 @@ workflows:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.20.0"
go-version: "1.21.0"
version: "2.1.0"
go-version: "1.22.6"
filters:
branches:
ignore: /.*/
Expand All @@ -87,7 +88,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.21.0
- image: cimg/go:1.22.6
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: arc

before:
Expand Down Expand Up @@ -32,7 +33,6 @@ archives:
- LICENSE
- README.md
- completions/*
rlcp: true

nfpms:
- package_name: hubci-arc
Expand Down Expand Up @@ -61,13 +61,13 @@ nfpms:
mode: 0644

brews:
- tap:
- repository:
owner: hubci
name: homebrew-tap
commit_author:
name: "Ricardo N Feliciano (FelicianoTech)"
email: "[email protected]"
folder: Formula
directory: Formula
homepage: "https://github.com/hubci/arc"
description: "A helpful CircleCI and GitHub tool."
test: |
Expand Down

0 comments on commit dc8b474

Please sign in to comment.