Skip to content

Commit

Permalink
root : upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
antham committed Aug 20, 2021
1 parent 3c4965f commit 1b84772
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.16
- image: circleci/golang:1.17
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.16
- image: circleci/golang:1.17
working_directory: /go/src/github.com/antham/chyle
steps:
- checkout
Expand Down

0 comments on commit 1b84772

Please sign in to comment.