From 47ea3a284469b9f7ef785ec22fb2845bcdec7b04 Mon Sep 17 00:00:00 2001 From: rob-talos Date: Thu, 7 Mar 2024 13:22:20 -0600 Subject: [PATCH] Update Go action to use latest setup-go action --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ad6f394..3cad2596 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.17