From 54069011d1de5627b077ad53d7be926fb4768ced Mon Sep 17 00:00:00 2001 From: Max K Date: Sat, 11 Feb 2023 08:28:49 -0600 Subject: [PATCH] Updated versions of Github Actions workflows. --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b952eea..6e432c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.x + check-latest: true - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build_Linux working-directory: ./ run: go build -v -o wakie-Linux-x64