From fb410e71561fb2040ffc1e59582ad4d3a81babf6 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 2 Jan 2024 12:18:35 +0000 Subject: [PATCH] Update PR check source --- pr-checks/checks/go-tracing-autobuilder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-checks/checks/go-tracing-autobuilder.yml b/pr-checks/checks/go-tracing-autobuilder.yml index cf7ec7936..8a1c75782 100644 --- a/pr-checks/checks/go-tracing-autobuilder.yml +++ b/pr-checks/checks/go-tracing-autobuilder.yml @@ -4,7 +4,7 @@ operatingSystems: ["ubuntu", "macos"] env: DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: "~1.21.1" - uses: ./../action/init