From 65fb377f8e25f8209e94e5e2585d60065f3a1b7c Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Sat, 15 Oct 2022 22:09:35 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 112f362..b0fa3d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,14 +41,14 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v3 - with: - go-version: ^1.17 - - name: Check out code into the Go module directory uses: actions/checkout@v3 + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version-file: "go.mod" + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v3 with: