Fix golang version

This commit is contained in:
Martin Šalata
2022-06-07 13:11:13 +02:00
parent 4188b33fd4
commit f1b1ebbdf3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker: # run the steps with Docker
- image: circleci/golang:1.17.10
- image: circleci/golang:1.17
steps:
- checkout # check out source code to working directory