chore: bump Go version

This commit is contained in:
Rob Watson 2023-07-16 08:55:32 +02:00
parent 1287efa8a3
commit 6ae59ae7d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.19-alpine3.15 as go-builder FROM golang:1.20-alpine3.15 as go-builder
ENV GOPATH "" ENV GOPATH ""
RUN apk add git RUN apk add git

2
go.mod
View File

@ -1,6 +1,6 @@
module git.netflux.io/rob/solar-toolkit module git.netflux.io/rob/solar-toolkit
go 1.19 go 1.20
require ( require (
github.com/jmoiron/sqlx v1.3.5 github.com/jmoiron/sqlx v1.3.5