Start testing Go 1.14 with rc0

This commit is contained in:
Matthias Loibl 2020-02-10 10:17:29 +01:00
parent 1d729c9517
commit a6bc2c25ae
No known key found for this signature in database
GPG key ID: 78A796CA74CA38BA
2 changed files with 20 additions and 1 deletions

View file

@ -42,7 +42,8 @@
build('1.11'),
build('1.12'),
build('1.13') + {depends_on: ["build-1.11", "build-1.12"]},
build('1.13'),
build('1.14-rc') + {depends_on: ["build-1.11", "build-1.12", "build-1.13"]},
golang() {
name: 'generate',