Skip to content

Commit

Permalink
Update CI deps (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jan 18, 2023
1 parent c9577da commit f77f29c
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 @@ -20,7 +20,7 @@ executors:
xcode: 13.4.1
windows:
machine:
image: windows-server-2019-vs2019:stable
image: windows-server-2022-gui:2022.08.1
resource_class: windows.medium

workflows:
Expand All @@ -29,7 +29,7 @@ workflows:
- test
- gor/release:
version: "1.14.1"
go-version: "1.19"
go-version: "1.19.5"
dry-run: true
post-steps:
- persist_to_workspace:
Expand Down Expand Up @@ -58,7 +58,7 @@ workflows:
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.14.1"
go-version: "1.19"
go-version: "1.19.5"
filters:
branches:
ignore: /.*/
Expand All @@ -84,7 +84,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.19
- image: cimg/go:1.19.5
environment:
GOTESTSUM_JUNITFILE: "junit/unit-tests.xml"
steps:
Expand Down

0 comments on commit f77f29c

Please sign in to comment.