Skip to content

Commit

Permalink
Update dependencies. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Mar 5, 2021
1 parent 5bff34e commit 5634759
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:2020.12
- image: cimg/base:2021.03
linux-amd64:
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:202101-01
linux-arm64:
machine:
image: ubuntu-2004:202011-01
image: ubuntu-2004:202101-01
resource_class: arm.medium
macos:
macos:
Expand All @@ -28,8 +28,8 @@ workflows:
jobs:
- test
- gor/release:
version: "0.149.0"
go-version: "1.15.6"
version: "0.158.0"
go-version: "1.16"
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.149.0"
go-version: "1.15.6"
version: "0.158.0"
go-version: "1.16"
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -106,7 +106,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.15.6
- image: cimg/go:1.16
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down

0 comments on commit 5634759

Please sign in to comment.