all repos — gomponents @ b638b8b078ffedc76513aac30152ce36f2072814

HTML components in pure Go

Test with Go 1.20 in CI (#134) Fixes #129.

Markus Wüstenberg
commit

b638b8b078ffedc76513aac30152ce36f2072814

parent

8e4b1319d12e11fe62725fc30ea01b1f274f8c50

1 file changed, 5 insertions(+), 4 deletions(-)

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -20,10 +20,11 @@
strategy: matrix: go: - - 1.16 - - 1.17 - - 1.18 - - 1.19 + - "1.16" + - "1.17" + - "1.18" + - "1.19" + - "1.20" steps: - name: Checkout