Update golang Docker tag to v1.20 #12

Merged
kjuulh merged 1 commits from renovate/all into main 2023-02-10 19:43:56 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-bullseye FROM golang:1.20-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.19-bullseye FROM golang:1.20-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