File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 # Common versions
14- GO_VERSION : ' 1.23 '
14+ GO_VERSION : ' 1.25 '
1515 DOCKER_BUILDX_VERSION : ' v0.8.2'
1616
1717 # Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
4646 submodules : true
4747
4848 - name : Setup Go
49- uses : actions/setup-go@v5
49+ uses : actions/setup-go@v6
5050 with :
5151 # https://github.com/golangci/golangci-lint-action/issues/863
5252 cache : false
8686 submodules : true
8787
8888 - name : Setup Go
89- uses : actions/setup-go@v5
89+ uses : actions/setup-go@v6
9090 with :
9191 go-version : ${{ env.GO_VERSION }}
9292
@@ -122,7 +122,7 @@ jobs:
122122 submodules : true
123123
124124 - name : Setup Go
125- uses : actions/setup-go@v5
125+ uses : actions/setup-go@v6
126126 with :
127127 go-version : ${{ env.GO_VERSION }}
128128
@@ -161,7 +161,7 @@ jobs:
161161 submodules : true
162162
163163 - name : Setup Go
164- uses : actions/setup-go@v5
164+ uses : actions/setup-go@v6
165165 with :
166166 go-version : ${{ env.GO_VERSION }}
167167
@@ -216,7 +216,7 @@ jobs:
216216 run : git fetch --prune --unshallow --no-recurse-submodules
217217
218218 - name : Setup Go
219- uses : actions/setup-go@v5
219+ uses : actions/setup-go@v6
220220 with :
221221 go-version : ${{ env.GO_VERSION }}
222222
Original file line number Diff line number Diff line change 55 types : [created]
66
77env :
8- GO_VERSION : " 1.23.6 "
8+ GO_VERSION : " 1.25 "
99
1010jobs :
1111 check-permissions :
@@ -116,7 +116,7 @@ jobs:
116116 submodules : true
117117
118118 - name : Setup Go
119- uses : actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f # v5.4.0
119+ uses : actions/setup-go@c0137caad775660c0844396c52da96e560aba63d # v5.4.0
120120 with :
121121 go-version : ${{ env.GO_VERSION }}
122122
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v5
20+ uses : actions/setup-go@v6
2121 with :
2222 go-version : ' 1.22'
2323
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ NPROCS ?= 1
3838# to half the number of CPU cores.
3939GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS ) / 2 ) ) )
4040
41- GO_REQUIRED_VERSION ?= 1.23
41+ GO_REQUIRED_VERSION ?= 1.25
4242GOLANGCILINT_VERSION ?= 1.63.4
4343GO_STATIC_PACKAGES = $(GO_PROJECT ) /cmd/provider $(GO_PROJECT ) /cmd/generator
4444GO_LDFLAGS += -X $(GO_PROJECT ) /internal/version.Version=$(VERSION )
You can’t perform that action at this time.
0 commit comments