mirror of
https://github.com/go-delve/delve.git
synced 2025-08-05 13:06:59 +02:00
CI: update teamcity to run 1.25
This commit is contained in:
parent
e30598333a
commit
c5d52d4073
14
.teamcity/settings.kts
vendored
14
.teamcity/settings.kts
vendored
@ -41,25 +41,25 @@ To debug in IntelliJ Idea, open the 'Maven Projects' tool window (View
|
||||
version = "2023.05"
|
||||
|
||||
val targets = arrayOf(
|
||||
"linux/amd64/1.22",
|
||||
"linux/amd64/1.23",
|
||||
"linux/amd64/1.24",
|
||||
"linux/amd64/1.25",
|
||||
"linux/amd64/tip",
|
||||
|
||||
"linux/386/1.24",
|
||||
"linux/386/1.25",
|
||||
|
||||
"linux/arm64/1.24",
|
||||
"linux/arm64/1.25",
|
||||
"linux/arm64/tip",
|
||||
|
||||
"linux/ppc64le/1.24",
|
||||
"linux/ppc64le/1.25",
|
||||
|
||||
"windows/amd64/1.24",
|
||||
"windows/amd64/1.25",
|
||||
"windows/amd64/tip",
|
||||
|
||||
"mac/amd64/1.24",
|
||||
"mac/amd64/1.25",
|
||||
"mac/amd64/tip",
|
||||
|
||||
"mac/arm64/1.24",
|
||||
"mac/arm64/1.25",
|
||||
"mac/arm64/tip"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user