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
|
@ -60,7 +60,7 @@ to the 1.0 registry. Requests from newer clients will route to the 2.0 registry.
|
|||
$ docker-compose build
|
||||
registryv1 uses an image, skipping
|
||||
Building registryv2...
|
||||
Step 0 : FROM golang:1.17
|
||||
Step 0 : FROM golang:1.18
|
||||
|
||||
...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue