Skip to content

Commit

Permalink
Update circleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
chayev committed Jun 11, 2023
1 parent 9743997 commit 6ce77db
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 @@ -51,7 +51,7 @@ workflows:
jobs:
test:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.4
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
type: boolean
default: false
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.4
steps:
- checkout
- run:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
type: boolean
default: false
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.4
steps:
- checkout
- run:
Expand All @@ -123,7 +123,7 @@ jobs:
command: cd webapp && go build -o yurl-webapp
deploy:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.19.4
steps:
- checkout
- add_ssh_keys
Expand Down

0 comments on commit 6ce77db

Please sign in to comment.