We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05359f0 commit 1c725eeCopy full SHA for 1c725ee
1 file changed
.circleci/config.yml
@@ -175,7 +175,7 @@ jobs:
175
go-test:
176
docker: # run the steps with Docker
177
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
178
- - image: cimg/go:1.26.0
+ - image: cimg/go:1.26.1
179
# directory where steps are run. Path must conform to the Go Workspace requirements
180
working_directory: ~/repo
181
steps:
@@ -201,7 +201,7 @@ jobs:
201
csv-lint:
202
203
204
- - image: cimg/go:1.26.0 #
+ - image: cimg/go:1.26.1 #
205
206
207
0 commit comments