Skip to content

Commit 26ae0b7

Browse files
authored
Update go image
1 parent cb3604c commit 26ae0b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Define job templates
1717
lint:
1818
docker:
19-
- image: golang:latest
19+
- image: circleci/golang:1.17
2020
steps:
2121
- checkout
2222
- run: go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
@@ -37,7 +37,7 @@ jobs:
3737

3838
build:
3939
docker:
40-
- image: golang:latest
40+
- image: circleci/golang:1.17
4141
<<: *large
4242
steps:
4343
- checkout

0 commit comments

Comments
 (0)