Update dependency golang to v1.19

This commit is contained in:
Kasper Juul Hermansen 2022-10-25 22:02:52 +00:00
parent 140067aa15
commit a8946b92ce
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.17-bullseye FROM golang:1.19-bullseye
RUN go install github.com/jackc/tern@latest RUN go install github.com/jackc/tern@latest

View File

@ -1,4 +1,4 @@
FROM golang:1.17-bullseye FROM golang:1.19-bullseye
RUN go install github.com/cosmtrek/air@latest RUN go install github.com/cosmtrek/air@latest
# Development don't need this # Development don't need this