1
0
Fork 0

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

This commit is contained in:
Timothy Warren 2021-03-30 21:12:40 -04:00
parent d251362776
commit ba99c45306
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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