mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Go: Add integration test for resolve build-environment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"configuration" : {
|
||||
"go" : {
|
||||
"version" : "1.22"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
go 1.22
|
||||
|
||||
module main
|
||||
@@ -0,0 +1,3 @@
|
||||
package main
|
||||
|
||||
func Main() {}
|
||||
@@ -0,0 +1,3 @@
|
||||
from go_integration_test import *
|
||||
|
||||
go_integration_test(toolchain="go1.21.0")
|
||||
Reference in New Issue
Block a user