move to go1.23.3

This commit is contained in:
Erik Brakkee 2024-11-12 20:48:29 +01:00
parent bd65351e6e
commit 245dfd80c6
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ rm -rf static/icons
mkdir -p static/icons mkdir -p static/icons
cd static/icons cd static/icons
unzip xvf "$tmpfile" unzip "$tmpfile"
mv bootstrap-icons*/* . mv bootstrap-icons*/* .

2
go.mod
View File

@ -1,6 +1,6 @@
module git.wamblee.org/converge module git.wamblee.org/converge
go 1.23.0 go 1.23.3
require ( require (
github.com/ActiveState/termtest/conpty v0.5.0 github.com/ActiveState/termtest/conpty v0.5.0