Skip to content

Commit

Permalink
Fix goversion to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lukanus committed Aug 9, 2023
1 parent cca4e97 commit 9069dd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
# build and publish in parallel: linux/amd64
goos: [linux]
goarch: [amd64]
goversion: ["1.20"]
steps:
- name: Checkout the codebase
uses: actions/checkout@v2
Expand All @@ -21,6 +22,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goversion: ${{ matrix.goversion }}
goarch: ${{ matrix.goarch }}
binary_name: dreamboat
asset_name: ${{ github.ref_name }}-dreamboat-${{ matrix.goos }}-${{ matrix.goarch }}
Expand Down

0 comments on commit 9069dd5

Please sign in to comment.