chore: bump dockerfile, go.mod definitions to go1.19

This commit is contained in:
mappu 2022-12-31 14:29:45 +13:00
parent 92853a495c
commit 75f5ff35c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Dockerfile for production Teafolio deployments
FROM golang:1.14-alpine AS builder
FROM golang:1.19-alpine AS builder
WORKDIR /app
COPY . .

2
go.mod
View File

@ -1,6 +1,6 @@
module teafolio
go 1.13
go 1.19
require (
github.com/BurntSushi/toml v0.3.1