Skip to content

Commit

Permalink
go: Update required version to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeh committed Sep 18, 2024
1 parent 151fb40 commit 91fa56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (m *Manager) Cleanup() {

// Still might have *something* alive in there, kill it with fire.
if deathPoint != "" {
for i := 0; i < 10; i++ {
for range 10 {
MurderDeathKill(deathPoint)
}
}
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/getsolus/solbuild

go 1.21.6
go 1.23.1

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit 91fa56b

Please sign in to comment.