From 6d0d4b9b7959f1656c6140c92b76cf36dc53d0ba Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Fri, 29 Apr 2022 00:17:01 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 32402b1..5bdb24e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,17 +6,16 @@ on: pull_request: branches: [ master ] workflow_dispatch: - branches: [ master ] 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@v3 with: go-version: 1.18