Add bump go get and links

This commit is contained in:
Mattias Wadman
2021-01-03 18:47:11 +01:00
parent 97d1a3c718
commit 97fb07b957
4 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1
# bump: golang link "Release notes" https://golang.org/doc/devel/release.html
ARG GOLANG_VERSION=1.15.6
# bump: youtube-dl /YDL_VERSION=([\d.]+)/ https://github.com/ytdl-org/youtube-dl.git|/^\d/|sort
# bump: youtube-dl link "Release notes" https://github.com/ytdl-org/youtube-dl/releases/tag/$LATEST
ARG YDL_VERSION=2021.01.03
FROM golang:$GOLANG_VERSION