Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit da7bc1f

Browse files
committed
chore(deps): upgrade to go 1.23.1
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
1 parent f2cdfaf commit da7bc1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

33
WORKDIR /workspace
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/banzaicloud/config-reloader
22

3-
go 1.20
3+
go 1.23.1
44

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

0 commit comments

Comments
 (0)