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

Commit bd84ef5

Browse files
authored
Merge pull request #4 from OverOrion/go-version-update
chore(deps): upgrade to go 1.23.1
2 parents f2cdfaf + da7bc1f commit bd84ef5

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)