Fix: workflow name and description

This commit is contained in:
Michael B. Gale 2023-10-05 13:29:18 +01:00
parent 7f4a9481a7
commit 4154eb799b
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
name: "Go: workaround for indirect tracing"
description: "Checks that our workaround for indirect tracing for Go 1.21+ on Linux works"
name: "Go: diagnostic when Go is changed after init step"
description: "Checks that we emit a diagnostic if Go is changed after the init step"
# only Linux is affected
operatingSystems: ["ubuntu"]
# pinned to a version which does not support statically linked binaries for indirect tracing