Skip to content

Commit

Permalink
Update dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Aug 8, 2021
1 parent 6911b70 commit f3927d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ executors:
- image: cimg/base:2021.07
linux-amd64:
machine:
image: ubuntu-2004:202107-01
image: ubuntu-2004:202107-02
linux-arm64:
machine:
image: ubuntu-2004:202107-01
resource_class: arm.medium
macos:
macos:
xcode: 12.3.0
xcode: 13.0.0
windows:
machine:
image: windows-server-2019-vs2019:stable
Expand All @@ -28,8 +28,8 @@ workflows:
jobs:
- test
- gor/release:
version: "0.174.1"
go-version: "1.16.6"
version: "0.174.2"
go-version: "1.16.7"
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.174.1"
go-version: "1.16.6"
version: "0.174.2"
go-version: "1.16.7"
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -106,7 +106,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.16.6
- image: cimg/go:1.16.7
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down

0 comments on commit f3927d0

Please sign in to comment.