We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fc6d8 commit 075eecbCopy full SHA for 075eecb
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.2
+ - image: cimg/go:1.26.3
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.2 #
+ - image: cimg/go:1.26.3 #
205
206
207
0 commit comments