From 182f95e13c42ec9ec62543415283a804e1239308 Mon Sep 17 00:00:00 2001 From: Kevin Mulvey Date: Thu, 6 Oct 2022 12:32:03 -0600 Subject: [PATCH] go versions --- .github/workflows/release_build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index ce6f770..88b1c91 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -7,7 +7,6 @@ jobs: name: ImageDup build strategy: matrix: - go-version: [1.19.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -18,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '^1.19.0' + go-version: '~1.19.0' check-latest: true cache: true id: go @@ -56,7 +55,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '^1.19.0' + go-version: '~1.19.0' check-latest: true cache: true id: go