From 61c6af94766823496f37743183330f617bb1785e Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 5 Aug 2022 19:46:03 +0200 Subject: [PATCH] Update Go to 1.19 --- .drone.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab19e72..22f5f7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ./... diff --git a/go.mod b/go.mod index 815ce66..8ef22f4 100644 --- a/go.mod +++ b/go.mod @@ -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