all repos — gomponents @ f26f56cc56fef8d90433917f3628acc946e2d44e

HTML components in pure Go

Make version numbers strings in yaml

Markus Wüstenberg
commit

f26f56cc56fef8d90433917f3628acc946e2d44e

parent

b1f7754ccd772991392f102974d7b47eb8dc0f35

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

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