File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
25
25
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
26
26
with :
27
- go-version : 1.24.4
27
+ go-version : 1.25.0
28
28
- name : Import environment variables from file
29
29
run : |
30
30
cat ".github/env" >> "$GITHUB_ENV"
38
38
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
39
39
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40
40
with :
41
- go-version : 1.24.4
41
+ go-version : 1.25.0
42
42
- name : Import environment variables from file
43
43
run : |
44
44
cat ".github/env" >> "$GITHUB_ENV"
52
52
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
53
53
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
54
54
with :
55
- go-version : 1.24.4
55
+ go-version : 1.25.0
56
56
- name : Import environment variables from file
57
57
run : |
58
58
cat ".github/env" >> "$GITHUB_ENV"
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
16
16
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
17
17
with :
18
- go-version : 1.24.4
18
+ go-version : 1.25.0
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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
17
17
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
18
18
with :
19
- go-version : 1.24.4
19
+ go-version : 1.25.0
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
15
- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
16
16
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
17
17
with :
18
- go-version : 1.24.4
18
+ go-version : 1.25.0
19
19
- name : golangci-lint
20
20
uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
21
21
with :
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ module github.com/netbox-community/netbox-operator
5
5
6
6
go 1.24.0
7
7
8
- toolchain go1.24.4
9
-
10
8
require (
11
9
github.com/go-logr/logr v1.4.3
12
10
github.com/go-openapi/runtime v0.28.0
You can’t perform that action at this time.
0 commit comments