From 3dcbd69c94c004996ac920266f2f137d1e5289fe Mon Sep 17 00:00:00 2001 From: Deepak Jois Date: Wed, 7 Aug 2024 05:14:45 -0700 Subject: [PATCH] Use a newer versions of setup-go --- .github/workflows/go-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-build-deploy.yml b/.github/workflows/go-build-deploy.yml index e1c8ac7..ace90d4 100644 --- a/.github/workflows/go-build-deploy.yml +++ b/.github/workflows/go-build-deploy.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.22' # We'll use this to install the RC