Use go 1.18

This commit is contained in:
Iván Izaguirre 2022-04-18 16:17:42 +02:00
parent 862a3c22dc
commit 6590626b02
1 changed files with 1 additions and 1 deletions

View File

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