Skip to content

Commit 5999890

Browse files
chore(deps): update cimg/go docker tag to v1.25 (#9492)
* chore(deps): update cimg/go docker tag to v1.25 * Add go mod tidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pete Steyert-Woods <[email protected]>
1 parent e9b72ef commit 5999890

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ executors:
1313

1414
go_executor:
1515
docker:
16-
- image: cimg/go:1.24
16+
- image: cimg/go:1.25
1717
working_directory: ~/project
1818

1919
ruby_executor:

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"config:recommended"
55
],
66
"timezone": "Europe/London",
7+
"postUpdateOptions": [
8+
"gomodTidy",
9+
"gomodUpdateImportPaths"
10+
],
711
"packageRules": [
812
{
913
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],

0 commit comments

Comments
 (0)