Skip to content

Commit

Permalink
Update dependencies. (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Dec 22, 2020
1 parent 3ed2021 commit 51081d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ executors:
resource_class: arm.medium
macos:
macos:
xcode: 11.4
xcode: 12.3.0
windows:
machine:
image: windows-server-2019-vs2019:stable
Expand All @@ -29,7 +29,7 @@ workflows:
- test
- gor/release:
version: "0.149.0"
go-version: "1.15.5"
go-version: "1.15.6"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -74,7 +74,7 @@ workflows:
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "0.149.0"
go-version: "1.15.5"
go-version: "1.15.6"
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -103,7 +103,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.15.5
- image: cimg/go:1.15.6
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 51081d2

Please sign in to comment.