Skip to content

Commit

Permalink
Update dependencies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jul 28, 2021
1 parent 8fcf143 commit 6911b70
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 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:2021.03
- image: cimg/base:2021.07
linux-amd64:
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:202107-01
linux-arm64:
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2004:202107-01
resource_class: arm.medium
macos:
macos:
Expand All @@ -28,8 +28,8 @@ workflows:
jobs:
- test
- gor/release:
version: "0.158.0"
go-version: "1.16"
version: "0.174.1"
go-version: "1.16.6"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -76,8 +76,8 @@ workflows:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "0.158.0"
go-version: "1.16"
version: "0.174.1"
go-version: "1.16.6"
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -106,7 +106,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.16
- image: cimg/go:1.16.6
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down

0 comments on commit 6911b70

Please sign in to comment.