Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang-version=1.24
golang-version=1.25
kind-version=v0.25.0
kind-image=kindest/node:v1.32.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1.2
version: v2.4.0
args: --config tools/.golangci.yaml
- run: |
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The users will create claims (PrefixClaims & IPAddressClaims), and the NetBox Op

## Prerequisites

- go version v1.24.0+
- go version v1.25.0+
- docker version 17.03+
- kubectl version v1.11.3+
- Access to a Kubernetes v1.11.3+ cluster
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This folder shows some examples how the NetBox Operator can be used.
Each example folder contains a README.md which explains how you can set up your local environment to step through the examples.

Prerequisites:
- go version v1.24.0+
- go version v1.25.0+
- docker image netbox-operatore:build-local
- kustomize version v5.5.0+
- kubectl version v1.32.2+
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

go 1.24.0
go 1.25.0

require (
github.com/go-logr/logr v1.4.3
Expand Down
Loading