Skip to content

Commit

Permalink
Update CI deps (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Nov 13, 2021
1 parent bf0d036 commit 84a5baa
Showing 1 changed file 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
Expand Up @@ -7,7 +7,7 @@ orbs:
executors:
linux-docker:
docker:
- image: cimg/base:2021.07
- image: cimg/base:2021.10
linux-amd64:
machine:
image: ubuntu-2004:202107-02
Expand All @@ -28,8 +28,8 @@ workflows:
jobs:
- test
- gor/release:
version: "0.179.0"
go-version: "1.17.1"
version: "0.184.0"
go-version: "1.17.3"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -60,8 +60,8 @@ workflows:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "0.179.0"
go-version: "1.17.1"
version: "0.184.0"
go-version: "1.17.3"
filters:
branches:
ignore: /.*/
Expand All @@ -78,7 +78,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.17.1
- image: cimg/go:1.17.3
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down

0 comments on commit 84a5baa

Please sign in to comment.