Use go 1.13 in CircleCI

This commit is contained in:
Ivan Izaguirre 2021-05-10 23:36:24 +02:00
parent fc03b5533d
commit a765ac8033
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
steps:
- checkout
- run: sudo apt update