Skip to content

Commit

Permalink
Chore: Upgrade Go to 1.19.2 (#56857)
Browse files Browse the repository at this point in the history
We also need to upgrade the linter together with the Go version, all the changes should relate to either fixing linting problems or upgrading the Go version used to build Grafana.
  • Loading branch information
sakjur committed Oct 13, 2022
1 parent 9e70696 commit 656e270
Show file tree
Hide file tree
Showing 152 changed files with 377 additions and 347 deletions.
3 changes: 2 additions & 1 deletion .bingo/drone.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.17
go 1.19

replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible

require github.com/drone/drone-cli v1.4.0 // drone
require golang.org/x/sys v0.0.0-20221010170243-090e33056c14
4 changes: 3 additions & 1 deletion .bingo/go.mod
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module _ // Fake go.mod auto-created by 'bingo' for go -moddir compatibility with non-Go projects. Commit this file, together with other .mod files.
module _ // Fake go.mod auto-created by 'bingo' for go -moddir compatibility with non-Go projects. Commit this file, together with other .mod files.

go 1.19

0 comments on commit 656e270

Please sign in to comment.