Skip to content

Commit c6a2820

Browse files
authored
Bump golang from 1.24 to 1.25 (#423)
* chore: update Go version to 1.25.0 in environment files and documentation * chore: update golangci-lint version to v2.4.0 in workflow to add go1.25 support
1 parent 6664d14 commit c6a2820

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
golang-version=1.24
1+
golang-version=1.25
22
kind-version=v0.25.0
33
kind-image=kindest/node:v1.32.0

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2121
with:
22-
version: v2.1.2
22+
version: v2.4.0
2323
args: --config tools/.golangci.yaml
2424
- run: |
2525
set -euo pipefail

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The users will create claims (PrefixClaims & IPAddressClaims), and the NetBox Op
1818

1919
## Prerequisites
2020

21-
- go version v1.24.0+
21+
- go version v1.25.0+
2222
- docker version 17.03+
2323
- kubectl version v1.11.3+
2424
- Access to a Kubernetes v1.11.3+ cluster

docs/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This folder shows some examples how the NetBox Operator can be used.
55
Each example folder contains a README.md which explains how you can set up your local environment to step through the examples.
66

77
Prerequisites:
8-
- go version v1.24.0+
8+
- go version v1.25.0+
99
- docker image netbox-operatore:build-local
1010
- kustomize version v5.5.0+
1111
- kubectl version v1.32.2+

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module github.com/netbox-community/netbox-operator
55

6-
go 1.24.0
6+
go 1.25.0
77

88
require (
99
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)