Skip to content

Commit 6ef844c

Browse files
committed
always test with latest go version
1 parent 3ee4542 commit 6ef844c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1111
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
1212
docker:
13-
- image: circleci/golang:1.17
13+
- image: circleci/golang:latest
1414
# Add steps to the job
1515
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
1616
steps:

0 commit comments

Comments
 (0)