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

@ -8,7 +8,7 @@ COPY web .
RUN yarn build
# build app
FROM golang:1.18-alpine3.16 AS app-builder
FROM golang:1.19-alpine3.16 AS app-builder
ARG VERSION=dev
ARG REVISION=dev