Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
build(deps): bump golang from 1.16.0-alpine to 1.16.1-alpine (#54)
Browse files Browse the repository at this point in the history
* build(deps): bump golang from 1.16.0-alpine to 1.16.1-alpine

Bumps golang from 1.16.0-alpine to 1.16.1-alpine.

Signed-off-by: dependabot[bot] <support@github.com>

* "fix" lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: francisco souza <fsouza@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fsouza committed Mar 11, 2021
1 parent 3b55b26 commit 9701cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.0-alpine AS build
FROM golang:1.16.1-alpine AS build

ENV CGO_ENABLED 0
WORKDIR /code
Expand Down
1 change: 1 addition & 0 deletions hls-rip.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func ripPlaylist(url, folder string) error {
case m3u8.MEDIA:
return ripSegments(playlist.(*m3u8.MediaPlaylist), baseURL, folder)
case m3u8.MASTER:
//nolint:forcetypeassert
master := playlist.(*m3u8.MasterPlaylist)
for _, variant := range master.Variants {
variantURL := baseURL + "/" + variant.URI
Expand Down

0 comments on commit 9701cd1

Please sign in to comment.