From 463f6d46ae3dd85d315917dc6c8aafe229ece728 Mon Sep 17 00:00:00 2001 From: Max Chechel Date: Sat, 20 Apr 2024 10:25:40 -0400 Subject: [PATCH] Use recent setup-go GH 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 97211cf..f5da1ac 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version-file: go.mod