Skip to content

Commit cffd21a

Browse files
committed
Apparently we have to bump golangci-lint. Good thing 2.4.0 has go 1.25 support because that's the newest package nix has right now.
1 parent 75389a7 commit cffd21a

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474

7575
- name: lint
7676
uses: golangci/golangci-lint-action@v8
77-
with:
78-
version: v2.1.5
7977

8078
- name: Helm Lint
8179
run: make helm-lint

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LINODE_URL ?= https://api.linode.com
3131
KUBECONFIG_PATH ?= $(CURDIR)/test-cluster-kubeconfig.yaml
3232
SUBNET_KUBECONFIG_PATH ?= $(CURDIR)/subnet-testing-kubeconfig.yaml
3333
MGMT_KUBECONFIG_PATH ?= $(CURDIR)/mgmt-cluster-kubeconfig.yaml
34-
GOLANGCI_LINT_VERSION ?= v2.1.5
34+
GOLANGCI_LINT_VERSION ?= v2.5.0
3535

3636
# if the $DEVBOX_PACKAGES_DIR env variable exists that means we are within a devbox shell and can safely
3737
# use devbox's bin for our tools

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"docker@latest",
66
"envsubst@latest",
77
8-
"golangci-lint@latest",
8+
"golangci-lint@2.4.0",
99
"jq@latest",
1010
"kind@latest",
1111
"kubectl@latest",

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -244,51 +244,51 @@
244244
}
245245
}
246246
},
247-
"golangci-lint@latest": {
248-
"last_modified": "2025-05-16T20:19:48Z",
249-
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#golangci-lint",
247+
"golangci-lint@2.4.0": {
248+
"last_modified": "2025-09-18T16:33:27Z",
249+
"resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#golangci-lint",
250250
"source": "devbox-search",
251-
"version": "2.1.6",
251+
"version": "2.4.0",
252252
"systems": {
253253
"aarch64-darwin": {
254254
"outputs": [
255255
{
256256
"name": "out",
257-
"path": "/nix/store/8d3n5ly5r6prqyx3h5nr2v778hzwp83r-golangci-lint-2.1.6",
257+
"path": "/nix/store/2iiw320mwgw7flh47zbz6l62fakrb3dx-golangci-lint-2.4.0",
258258
"default": true
259259
}
260260
],
261-
"store_path": "/nix/store/8d3n5ly5r6prqyx3h5nr2v778hzwp83r-golangci-lint-2.1.6"
261+
"store_path": "/nix/store/2iiw320mwgw7flh47zbz6l62fakrb3dx-golangci-lint-2.4.0"
262262
},
263263
"aarch64-linux": {
264264
"outputs": [
265265
{
266266
"name": "out",
267-
"path": "/nix/store/sazvkjsaxnpnplrsaj5wf1x9xkgv0s88-golangci-lint-2.1.6",
267+
"path": "/nix/store/hwr3wdhqnlcay07xpgv2wm1mx7k5nkhf-golangci-lint-2.4.0",
268268
"default": true
269269
}
270270
],
271-
"store_path": "/nix/store/sazvkjsaxnpnplrsaj5wf1x9xkgv0s88-golangci-lint-2.1.6"
271+
"store_path": "/nix/store/hwr3wdhqnlcay07xpgv2wm1mx7k5nkhf-golangci-lint-2.4.0"
272272
},
273273
"x86_64-darwin": {
274274
"outputs": [
275275
{
276276
"name": "out",
277-
"path": "/nix/store/cqfnavdyysfdm9cam8bsyscbsk8zg781-golangci-lint-2.1.6",
277+
"path": "/nix/store/skcc363l41rm6hjyrhzlfbk3rrwci2lb-golangci-lint-2.4.0",
278278
"default": true
279279
}
280280
],
281-
"store_path": "/nix/store/cqfnavdyysfdm9cam8bsyscbsk8zg781-golangci-lint-2.1.6"
281+
"store_path": "/nix/store/skcc363l41rm6hjyrhzlfbk3rrwci2lb-golangci-lint-2.4.0"
282282
},
283283
"x86_64-linux": {
284284
"outputs": [
285285
{
286286
"name": "out",
287-
"path": "/nix/store/snqg2xccy7fb6q6n2dw3bfql6mqbh6ar-golangci-lint-2.1.6",
287+
"path": "/nix/store/dlz6z4dih7rd6q9dnigvz49npfmv8m52-golangci-lint-2.4.0",
288288
"default": true
289289
}
290290
],
291-
"store_path": "/nix/store/snqg2xccy7fb6q6n2dw3bfql6mqbh6ar-golangci-lint-2.1.6"
291+
"store_path": "/nix/store/dlz6z4dih7rd6q9dnigvz49npfmv8m52-golangci-lint-2.4.0"
292292
}
293293
}
294294
},

0 commit comments

Comments
 (0)