From 4d5936c1ab591349f46f6f5d677f10853c153016 Mon Sep 17 00:00:00 2001 From: David Hontecillas Date: Sun, 7 Jul 2024 11:48:32 +0200 Subject: [PATCH] update setup-go action --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 018958a..67e46a3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,10 +11,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: go-version: 1.20