update go.mod and golangci to go1.20 (#24969)

This commit is contained in:
Tobiasz Heller 2023-04-21 14:20:58 +02:00 committed by GitHub
parent 9b749ce8a1
commit 941b7350d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ output:
uniq-by-line: false
run:
go: '1.19'
go: '1.20'
skip-dirs:
- (^|/)node_modules/
- ^api/gen/

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/gravitational/teleport
go 1.19
go 1.20
require (
cloud.google.com/go/container v1.16.0