inCaller / prometheus_bot

Telegram bot for prometheus alerting
MIT License
394 stars 182 forks source link

Bump alpine 3.14 #77

Closed aminvakil closed 2 years ago

aminvakil commented 2 years ago

FYI It's been a while I've switched to alpine 3.14 and it builds just fine: https://github.com/aminvakil/prometheus_bot/actions

aminvakil commented 2 years ago

Builder is currently using golang:1.14.4-alpine3.12 as base image and golang:1.14.4-alpine3.14 is not available.

What do you think about upgrading this to use golang 1.16 or 1.17 as 1.14 has been EOLed about 1 year and 8 months ago?

Do you want me to open a new PR regarding that or add commits to this branch?

hryamzik commented 2 years ago

Let's add all versions up here.

aminvakil commented 2 years ago

Let's add all versions up here.

Done.

hryamzik commented 2 years ago

LGTM, ty!