From 245dfd80c6fae2e62d2219df9ca09c4631d8bb86 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Tue, 12 Nov 2024 20:48:29 +0100 Subject: [PATCH] move to go1.23.3 --- getbootstrapicons.sh | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getbootstrapicons.sh b/getbootstrapicons.sh index 68fffd0..512682c 100755 --- a/getbootstrapicons.sh +++ b/getbootstrapicons.sh @@ -12,6 +12,6 @@ rm -rf static/icons mkdir -p static/icons cd static/icons -unzip xvf "$tmpfile" +unzip "$tmpfile" mv bootstrap-icons*/* . diff --git a/go.mod b/go.mod index 10f4d85..64d3d5a 100755 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.wamblee.org/converge -go 1.23.0 +go 1.23.3 require ( github.com/ActiveState/termtest/conpty v0.5.0