update to go 1.18 (continue testing against 1.17)
Go 1.16 reached end of life, so update to the current version of Go, but also run CI on the previous version (which is still supported). We should probably also decide wether or not we want the Dockerfiles to pin to a specific minor version; this makes the releases more deterministic. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
18b4da91a4
commit
6e8dd268a8
43 changed files with 83 additions and 467 deletions
6
vendor/github.com/prometheus/procfs/go.mod
generated
vendored
6
vendor/github.com/prometheus/procfs/go.mod
generated
vendored
|
@ -1,6 +0,0 @@
|
|||
module github.com/prometheus/procfs
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.3.0
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
|
||||
)
|
4
vendor/github.com/prometheus/procfs/go.sum
generated
vendored
4
vendor/github.com/prometheus/procfs/go.sum
generated
vendored
|
@ -1,4 +0,0 @@
|
|||
github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
|
||||
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 h1:YUO/7uOKsKeq9UokNS62b8FYywz3ker1l1vDZRCRefw=
|
||||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
Loading…
Add table
Add a link
Reference in a new issue