Skip to content

Commit

Permalink
Merge pull request #41 from kube-logging/bump-go-version
Browse files Browse the repository at this point in the history
chore(deps): update go version
  • Loading branch information
OverOrion authored Jul 9, 2024
2 parents a0e2409 + 2ea98c0 commit 0d6ce84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile copy.node-exporter
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.busybox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.node-exporter
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the runner binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/gocr

go 1.20
go 1.22

require (
github.com/fsnotify/fsnotify v1.7.0
Expand Down

0 comments on commit 0d6ce84

Please sign in to comment.