From 28a8e294d47e3e5f8d1f72a6d71ae6f9f265031c Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Thu, 2 Jun 2022 21:30:26 +0200 Subject: [PATCH] ci: update go version --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 912869b..5923abd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Repo clone (go mod tidy / gofmt) + - name: Checkout (go mod tidy / gofmt) if: github.event_name != 'pull_request' uses: actions/checkout@v3 with: @@ -23,8 +23,6 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 - with: - go-version: 1.17 - name: Setup Git if: github.event_name != 'pull_request' @@ -63,7 +61,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Repo clone (build) + - name: Checkout (build) uses: actions/checkout@v3 with: fetch-depth: 0