From 994cff11900a54a45d859b2a4872088e2b892d9b Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 25 Dec 2023 10:10:45 +0100 Subject: [PATCH] chore: updated github workflow --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 22e74df..c4fd136 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,12 +12,12 @@ jobs: contents: write steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: - go-version: 1.21 + go-version-file: './go.mod' - name: Build run: |