File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
- extends : [ " config:base" ] ,
3
+ extends : [ ' config:recommended' ] ,
4
4
// The maximum number of PRs to be created in parallel
5
5
prConcurrentLimit : 5 ,
6
6
// The branches renovate should target
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
# Common versions
13
- GO_VERSION : ' 1.21 '
14
- GOLANGCI_VERSION : ' v1.54.0 '
15
- DOCKER_BUILDX_VERSION : ' v0.8.2 '
13
+ GO_VERSION : " 1.23 "
14
+ GOLANGCI_VERSION : " v1.64.4 "
15
+ DOCKER_BUILDX_VERSION : " v0.18.0 "
16
16
17
17
# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
18
18
# step 'if env.XXX != ""', so we copy these to succinctly test whether
@@ -100,7 +100,7 @@ jobs:
100
100
# We could run 'make lint' but we prefer this action because it leaves
101
101
# 'annotations' (i.e. it comments on PRs to point out linter violations).
102
102
- name : Lint
103
- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0 .0
103
+ uses : golangci/golangci-lint-action@v6.2 .0
104
104
with :
105
105
version : ${{ env.GOLANGCI_VERSION }}
106
106
You can’t perform that action at this time.
0 commit comments