chore: upgrade Go to 1.21.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2023-09-11 21:57:25 +02:00
parent 9cdf907247
commit 6fc72959fa
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: default
steps:
- name: backend
image: golang:1.19
image: golang:1.21
commands:
- go install honnef.co/go/tools/cmd/staticcheck@latest
- go build ./...

View File

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

2
go.mod
View File

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