File tree 6 files changed +8
-5
lines changed
6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 13
13
branches : [ "main" ]
14
14
15
15
env :
16
- GO_VERSION : ~1.20
16
+ GO_VERSION : ~1.21
17
17
# Taken from https://github.com/kubernetes-sigs/kind/releases/tag/v0.18.0
18
18
# The image here should be listed under 'Images built for this release' for the version of kind in go.mod
19
19
KIND_NODE_IMAGE : " kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f"
Original file line number Diff line number Diff line change 37
37
- name : Checkout repository
38
38
uses : actions/checkout@v4
39
39
40
+ - name : Install Go
41
+ uses : actions/setup-go@v4
42
+ with :
43
+ go-version-file : go.mod
44
+
40
45
# Initializes the CodeQL tools for scanning.
41
46
- name : Initialize CodeQL
42
47
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 7
7
- observability/prometheus/rules/**/*.y*ml
8
8
9
9
env :
10
- GO_VERSION : ~1.20
10
+ GO_VERSION : ~1.21
11
11
12
12
jobs :
13
13
rules :
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$BUILDPLATFORM golang:1.20 as builder
2
+ FROM --platform=$BUILDPLATFORM golang:1.21 as builder
3
3
4
4
WORKDIR /workspace
5
5
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
11
11
github.com/go-logr/logr v1.4.1
12
12
github.com/go-stomp/stomp v2.1.4+incompatible
13
13
github.com/michaelklishin/rabbit-hole/v2 v2.15.0
14
- github.com/mikefarah/yq/v4 v4.40.5
15
14
github.com/onsi/ginkgo/v2 v2.13.2
16
15
github.com/onsi/gomega v1.30.0
17
16
github.com/rabbitmq/amqp091-go v1.9.0
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ package tools
5
5
6
6
import (
7
7
_ "github.com/elastic/crd-ref-docs"
8
- _ "github.com/mikefarah/yq/v4"
9
8
_ "github.com/onsi/ginkgo/v2/ginkgo"
10
9
_ "github.com/sclevine/yj"
11
10
_ "golang.org/x/vuln/cmd/govulncheck"
You can’t perform that action at this time.
0 commit comments