Skip to content

Commit 7cc2ce4

Browse files
chore(deps): update cimg/go docker tag to v1.25.3 (#3221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 111ca9b commit 7cc2ce4

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
@@ -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:

0 commit comments

Comments
 (0)