Skip to content

Commit

Permalink
go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey committed Oct 6, 2022
1 parent 9b56df9 commit 182f95e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 182f95e

Please sign in to comment.