all repos — gomponents @ 69b0da41dff1813f3939cf4ea09fbbb2d06b7719

HTML components in pure Go

Drop support for Go 1.16 and Go 1.17 (#203) Fixes #184

Markus Wüstenberg
commit

69b0da41dff1813f3939cf4ea09fbbb2d06b7719

parent

c97605aca761985ac45adfe19365801ec2682657

1 file changed, 0 insertions(+), 7 deletions(-)

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -20,8 +20,6 @@
strategy: matrix: go: - - "1.16" - - "1.17" - "1.18" - "1.19" - "1.20"
@@ -43,12 +41,7 @@ - name: Build
run: go build -v ./... - name: Test - if: ${{ matrix.go != '1.16' }} run: go test -v -coverprofile=coverage.txt -shuffle on ./... - - - name: Test - if: ${{ matrix.go == '1.16' }} - run: go test -v -coverprofile=coverage.txt ./... - name: Coverage uses: codecov/codecov-action@v3