feat(rss): implement relative URL support (#484)

* feat(rss): implement relative URL support

* bp had some words

* feat(gh): uplift golang to 1.19.1

* feat(docker): uplift golang to 1.19

* feat(docker): uplift to go 1.19

* cleanup

* chore: update go version in go.mod

* feat: refactor and add test feed process item

* unescape query params after join
* break out logic into separate method
* add tests
This commit is contained in:
Kyle Sanderson 2022-10-04 03:59:29 -07:00 committed by GitHub
parent 5f85a9a990
commit 47eaeaa635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 177 additions and 47 deletions

View file

@ -61,7 +61,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.19.1'
cache: true
- name: Run GoReleaser build
@ -99,7 +99,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18.5'
go-version: '1.19.1'
cache: true
- name: Run GoReleaser build and publish tags