Update Go to 1.19
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rob Watson 2022-08-05 19:46:03 +02:00
parent cbdcef097f
commit 61c6af9476
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,6 +1,6 @@
module git.netflux.io/rob/kubectl-persistent-logger
go 1.18
go 1.19
require (
github.com/stretchr/testify v1.7.0