Skip to content

Commit d718153

Browse files
committed
Use Go 1.21 for Go tracing checks
1 parent 3fb6719 commit d718153

6 files changed

Lines changed: 18 additions & 0 deletions

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-tracing-autobuilder.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ operatingSystems: ["ubuntu", "macos"]
44
env:
55
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
66
steps:
7+
- uses: actions/setup-go@v4
8+
with:
9+
go-version: "1.21.1"
710
- uses: ./../action/init
811
with:
912
languages: go

pr-checks/checks/go-tracing-custom-build-steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Go: tracing with custom build steps"
22
description: "Checks that Go tracing traces the build when using custom build steps"
33
operatingSystems: ["ubuntu", "macos"]
44
steps:
5+
- uses: actions/setup-go@v4
6+
with:
7+
go-version: "1.21.1"
58
- uses: ./../action/init
69
with:
710
languages: go

pr-checks/checks/go-tracing-legacy-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ operatingSystems: ["ubuntu", "macos"]
44
env:
55
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
66
steps:
7+
- uses: actions/setup-go@v4
8+
with:
9+
go-version: "1.21.1"
710
- uses: ./../action/init
811
with:
912
languages: go

0 commit comments

Comments
 (0)