Skip to content

Commit

Permalink
ci: return golang image to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Nov 23, 2020
1 parent 620e873 commit a5a3bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases:
# git clone -b $CIRCLE_BRANCH https://github.com/ansible-semaphore/semaphore.git ./

- &golang-image
image: circleci/golang:1.15.5
image: circleci/golang:1.13

- &working-dir
/go/src/github.com/ansible-semaphore/semaphore
Expand Down

0 comments on commit a5a3bf3

Please sign in to comment.