Update docker go version used for build in CI

main
Elie 2021-04-08 17:32:06 +02:00
parent 0d6414ac64
commit d9a8298872
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ orbs:
jobs: jobs:
build: build:
docker: docker:
- image: golang:1.16 - image: golang:1.16.2
steps: steps:
- checkout - checkout
- run: make release - run: make release