File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 go-test :
176176 docker : # run the steps with Docker
177177 # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
178- - image : cimg/go:1.25.2
178+ - image : cimg/go:1.25.3
179179 # directory where steps are run. Path must conform to the Go Workspace requirements
180180 working_directory : ~/repo
181181 steps :
@@ -201,7 +201,7 @@ jobs:
201201 csv-lint :
202202 docker : # run the steps with Docker
203203 # CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
204- - image : cimg/go:1.25.2 #
204+ - image : cimg/go:1.25.3 #
205205 # directory where steps are run. Path must conform to the Go Workspace requirements
206206 working_directory : ~/repo
207207 steps :
You can’t perform that action at this time.
0 commit comments