Skip to content

Commit

Permalink
chore: go version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pepov committed Apr 5, 2023
1 parent 54bd44d commit 8be0d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ vendor/
manifest-tool
.vscode/launch.json
test/
bin/
bin/
.idea/
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.19
go 1.20

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

0 comments on commit 8be0d96

Please sign in to comment.