File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ linters-settings:
130
130
# https://github.com/golangci/golangci-lint/issues/3228
131
131
allow-unused : true
132
132
staticcheck :
133
- go : " 1.17 "
133
+ go : " 1.20 "
134
134
stylecheck :
135
- go : " 1.17 "
135
+ go : " 1.20 "
136
136
nestif :
137
137
# minimal complexity of if statements to report, 5 by default
138
138
# TODO(sbuerin) fix remaining findings and set to 5 after:
Original file line number Diff line number Diff line change 24
24
# media type: "application/vnd.oci.image.layer.v1.tar+gzip"
25
25
26
26
# Build the manager binary
27
- FROM golang:1.19.6 as builder
27
+ FROM golang:1.20.10 as builder
28
28
WORKDIR /workspace
29
29
30
30
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# Build the manager binary
18
- FROM golang:1.19.6 as builder
18
+ FROM golang:1.20.10 as builder
19
19
WORKDIR /workspace
20
20
21
21
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
MDBOOK_VERSION := v0.4.5
16
- GOLANG_VERSION := 1.19.6
16
+ GOLANG_VERSION := 1.20.10
17
17
PLANTUML_VERSION := 1.2022.6
18
18
GH_VERSION := 1.2.0
You can’t perform that action at this time.
0 commit comments