SPECIFIC installed go tools

This commit is contained in:
Michael Shaw
2022-10-04 16:44:11 -04:00
parent c7a0d299d1
commit f4e7ee5c00
Vendored
+1 -1
View File
@@ -20,7 +20,7 @@ pipeline {
}
}
tools {
go 'go-1.18'
go 'go-1.18.5'
}
environment {
GO111MODULE = 'on'