Skip to content

Commit

Permalink
Update CI deps (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Apr 24, 2023
1 parent 3a591aa commit d9a69fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
gor: hubci/goreleaser@1.0
gor: hubci/goreleaser@2.3
osd: hubci/[email protected]
codecov: codecov/[email protected]

Expand Down Expand Up @@ -30,8 +30,8 @@ workflows:
- test
- gor/release:
name: goreleaser-snapshot
version: "1.16.2"
go-version: "1.20.2"
version: "1.17.2"
go-version: "1.20.3"
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.16.2"
go-version: "1.20.2"
version: "1.17.2"
go-version: "1.20.3"
filters: *semverFilters
post-steps:
- persist_to_workspace:
Expand All @@ -82,7 +82,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.20.2
- image: cimg/go:1.20.3
steps:
- checkout
- restore_cache:
Expand Down
File renamed without changes.

0 comments on commit d9a69fb

Please sign in to comment.