all repos — gomponents @ b28e8a1409f34e99bbad38d2d63a5fd55ee2901b

HTML components in pure Go

update go version in internal example and ci

Alan Pearce
commit

b28e8a1409f34e99bbad38d2d63a5fd55ee2901b

parent

edda03830a8be7f9b08a3274116606b24890b149

2 files changed, 1 insertion(+), 2 deletions(-)

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -20,7 +20,6 @@
strategy: matrix: go: - - "1.23" - "1.24" - "1.25"
M internal/examples/app/go.workinternal/examples/app/go.work
@@ -1,4 +1,4 @@
-go 1.23.2 +go 1.24 use ( .