Skip to content

Commit

Permalink
Upgraded to Go version 1.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Oct 10, 2024
1 parent 40e6392 commit b517001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.9.0

* fixed configuration in readme
* upgraded to Go version 1.23
* updated dependencies

## 0.8.2
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/emvi/shifu

go 1.22.5
go 1.23.2

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit b517001

Please sign in to comment.