Skip to content

Commit dae1ba2

Browse files
authored
Version bump for devcontainer and golangci-kal (#132)
Signed-off-by: Sathvik <Sathvik.S@ibm.com>
1 parent 996937a commit dae1ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Kubebuilder DevContainer",
3-
"image": "golang:1.24",
3+
"image": "golang:1.25",
44
"features": {
55
"ghcr.io/devcontainers/features/docker-in-docker:2": {
66
"moby": false

.golangci-kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: "1.24"
3+
go: "1.25"
44
allow-parallel-runners: true
55
linters:
66
default: none

0 commit comments

Comments
 (0)