Commit 3f8ed6a 1 parent 5008ced commit 3f8ed6a Copy full SHA for 3f8ed6a
File tree 9 files changed +14
-14
lines changed
9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- golang-version=1.23
1
+ golang-version=1.24
2
2
kind-version=v0.25.0
3
3
kind-image=kindest/node:v1.32.0
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
23
23
with :
24
- go-version : 1.23.6
24
+ go-version : 1.24.1
25
25
- name : Import environment variables from file
26
26
run : |
27
27
cat ".github/env" >> "$GITHUB_ENV"
53
53
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54
54
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
55
55
with :
56
- go-version : 1.23.6
56
+ go-version : 1.24.1
57
57
- name : Import environment variables from file
58
58
run : |
59
59
cat ".github/env" >> "$GITHUB_ENV"
85
85
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
86
86
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
87
87
with :
88
- go-version : 1.23.6
88
+ go-version : 1.24.1
89
89
- name : Import environment variables from file
90
90
run : |
91
91
cat ".github/env" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
17
17
with :
18
- go-version : 1.23.6
18
+ go-version : 1.24.1
19
19
- run : |
20
20
set -euo pipefail
21
21
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
18
18
with :
19
- go-version : 1.23.6
19
+ go-version : 1.24.1
20
20
- name : tests
21
21
run : |
22
22
go install github.com/onsi/ginkgo/v2/ginkgo
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
17
17
with :
18
- go-version : 1.23.6
18
+ go-version : 1.24.1
19
19
- name : golangci-lint
20
- uses : golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
20
+ uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
21
21
with :
22
- version : v1.60.3
22
+ version : v1.64.6
23
23
args : --config tools/.golangci.yaml
24
24
- run : |
25
25
set -euo pipefail
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
18
18
with :
19
- go-version : 1.23.6
19
+ go-version : 1.24.1
20
20
- name : tests
21
21
run : |
22
22
make test
Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.23.6 AS builder
2
+ FROM golang:1.24.1 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ NetBox Operator extends the Kubernetes API by allowing users to manage NetBox re
10
10
11
11
## Prerequisites
12
12
13
- - go version v1.23 .0+
13
+ - go version v1.24 .0+
14
14
- docker version 17.03+
15
15
- kubectl version v1.11.3+
16
16
- Access to a Kubernetes v1.11.3+ cluster
Original file line number Diff line number Diff line change 3
3
4
4
module github.com/netbox-community/netbox-operator
5
5
6
- go 1.23 .0
6
+ go 1.24 .0
7
7
8
- toolchain go1.23.6
8
+ toolchain go1.24.1
9
9
10
10
require (
11
11
github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments