Make it so Jenkins can actually build
Some checks failed
timw4mail/gilo/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2021-03-30 21:12:40 -04:00
parent d251362776
commit ba99c45306

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent any
tools {
go 'go1.16'
go 'go1.16.2'
}
environment {
GO114MODULE = 'on'