File tree 6 files changed +7
-8
lines changed
6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : builder
3
3
namespace : stolostron
4
- tag : go1.22 -linux
4
+ tag : go1.23 -linux
Original file line number Diff line number Diff line change 96
96
run : |
97
97
make fmt
98
98
git diff --exit-code
99
- make lint
100
99
101
100
- name : Bootstrap the KinD Cluster
102
101
working-directory : framework
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 Red Hat, Inc.
2
2
3
3
# Stage 1: Use image builder to retrieve Go binaries
4
- FROM registry.ci.openshift.org/stolostron/builder:go1.22 -linux AS builder
4
+ FROM registry.ci.openshift.org/stolostron/builder:go1.23 -linux AS builder
5
5
6
6
# Stage 2: Copy Go binaries and run tests on ubi-minimal
7
7
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CONTROLLER_GEN_VERSION := v0.16.3
7
7
# https://github.com/kubernetes-sigs/kustomize/releases/latest
8
8
KUSTOMIZE_VERSION := v5.4.3
9
9
# https://github.com/golangci/golangci-lint/releases/latest
10
- GOLANGCI_VERSION := v1.52.2
10
+ GOLANGCI_VERSION := v1.60.3
11
11
# https://github.com/mvdan/gofumpt/releases/latest
12
12
GOFUMPT_VERSION := v0.7.0
13
13
# https://github.com/daixiang0/gci/releases/latest
Original file line number Diff line number Diff line change 1
1
module github.com/stolostron/governance-policy-framework
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
github.com/google/uuid v1.6.0
@@ -66,7 +66,7 @@ require (
66
66
golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect
67
67
golang.org/x/mod v0.17.0
68
68
golang.org/x/net v0.33.0 // indirect
69
- golang.org/x/oauth2 v0.20 .0 // indirect
69
+ golang.org/x/oauth2 v0.27 .0 // indirect
70
70
golang.org/x/sys v0.28.0 // indirect
71
71
golang.org/x/term v0.27.0 // indirect
72
72
golang.org/x/text v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
199
199
golang.org/x/net v0.2.0 /go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY =
200
200
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
201
201
golang.org/x/net v0.33.0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
202
- golang.org/x/oauth2 v0.20 .0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo =
203
- golang.org/x/oauth2 v0.20 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
202
+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
203
+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
204
204
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
205
205
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
206
206
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments