Skip to content

Commit 0d6ce84

Browse files
authored
Merge pull request #41 from kube-logging/bump-go-version
chore(deps): update go version
2 parents a0e2409 + 2ea98c0 commit 0d6ce84

5 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as builder
1+
FROM golang:1.22 as builder
22

33
WORKDIR /workspace
44

Dockerfile copy.node-exporter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.21 as builder
2+
FROM golang:1.22 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.busybox

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.21 as builder
2+
FROM golang:1.22 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.node-exporter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the runner binary
2-
FROM golang:1.21 as builder
2+
FROM golang:1.22 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example.com/gocr
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/fsnotify/fsnotify v1.7.0

0 commit comments

Comments
 (0)