Skip to content

Commit

Permalink
root : upgrade go
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed Aug 20, 2021
1 parent 1b84772 commit 04c582a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.17
- image: circleci/golang:1.17rc2
working_directory: /go/src/github.com/antham/chyle
environment:
BASH_ENV: /home/circleci/.bashrc
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
publish:
docker:
- image: circleci/golang:1.17
- image: circleci/golang:1.17rc2
working_directory: /go/src/github.com/antham/chyle
steps:
- checkout
Expand Down

0 comments on commit 04c582a

Please sign in to comment.