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