Compare commits

...

2 Commits

Author SHA1 Message Date
25a75c7079
chore(deps): update docker.io/library/golang docker tag to v1.24.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
2025-03-22 17:10:43 +00:00
0e5c1a211a chore(renovate): remove obsolete matchBaseBranches
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-22 15:08:52 +00:00
2 changed files with 2 additions and 4 deletions

View File

@ -76,7 +76,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.24.0 image: docker.io/library/golang:1.24.1
resources: resources:
limits: limits:
cpu: 250 cpu: 250
@ -112,7 +112,7 @@ steps:
- name: unit-test - name: unit-test
commands: commands:
- go test -v ./... - go test -v ./...
image: docker.io/library/golang:1.24.0 image: docker.io/library/golang:1.24.1
# resources: # resources:
# limits: # limits:
# cpu: 250 # cpu: 250

View File

@ -14,7 +14,6 @@
"description": "Automatically update minor and patch versions of go modules", "description": "Automatically update minor and patch versions of go modules",
"addLabels": [ "renovate/gomod", "renovate/automerge" ], "addLabels": [ "renovate/gomod", "renovate/automerge" ],
"automerge": true, "automerge": true,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "gomod" ], "matchManagers": [ "gomod" ],
"matchUpdateTypes": [ "minor", "patch" ] "matchUpdateTypes": [ "minor", "patch" ]
}, },
@ -22,7 +21,6 @@
"description": "Prepare MR for major update minor of go modules", "description": "Prepare MR for major update minor of go modules",
"addLabels": [ "renovate/gomod" ], "addLabels": [ "renovate/gomod" ],
"automerge": false, "automerge": false,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "gomod" ], "matchManagers": [ "gomod" ],
"matchUpdateTypes": [ "major" ] "matchUpdateTypes": [ "major" ]
} }