Added html parser

This commit is contained in:
Pijus Kamandulis
2021-06-08 23:43:32 +03:00
parent d3cf54472a
commit 01f7879f7e
7 changed files with 74 additions and 5 deletions

View File

@@ -9,10 +9,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
id: go
- name: Check out code into the Go module directory