Skip to content

Commit beed6ff

Browse files
committed
Change codeql version used in test
1 parent 5f0a4d3 commit beed6ff

6 files changed

+6
-6
lines changed

.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if Go is changed after the init s
33
# only Linux is affected
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
6-
versions: ["stable-v2.14.6"]
6+
versions: ["default"]
77
steps:
88
- uses: actions/setup-go@v5
99
with:

pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Checks that we emit a diagnostic if the `file` program is not inst
33
# only Linux is affected
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
6-
versions: ["stable-v2.14.6"]
6+
versions: ["default"]
77
steps:
88
- uses: actions/setup-go@v5
99
with:

pr-checks/checks/go-indirect-tracing-workaround.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "Checks that our workaround for indirect tracing for Go 1.21+ on Li
33
# only Linux is affected
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
6-
versions: ["stable-v2.14.6"]
6+
versions: ["default"]
77
steps:
88
- uses: actions/setup-go@v5
99
with:

0 commit comments

Comments
 (0)