Skip to content

Commit

Permalink
Merge pull request #4 from OverOrion/go-version-update
Browse files Browse the repository at this point in the history
chore(deps): upgrade to go 1.23.1
  • Loading branch information
pepov authored Sep 9, 2024
2 parents f2cdfaf + da7bc1f commit bd84ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.20 as builder
FROM golang:1.23.1 as builder

WORKDIR /workspace

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 github.com/banzaicloud/config-reloader

go 1.20
go 1.23.1

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

0 comments on commit bd84ef5

Please sign in to comment.