update circleci image to go1.18

This commit is contained in:
Bradley Cicenas 2022-03-23 17:50:10 +00:00
parent d60b215611
commit a8e1fb7246
No known key found for this signature in database
GPG Key ID: AF579ED4B93CBB5C
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/build
docker:
- image: cimg/go:latest
- image: cimg/go:1.18
steps:
- checkout
- setup_remote_docker: