Skip to content

Commit

Permalink
update go minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
acavella committed Jan 3, 2024
1 parent b137554 commit 43cae11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
echo "BUILD_TIME=$(date)"
} >> "$GITHUB_ENV"
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.41
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "latest"
goversion: "1.20"
binary_name: "gorevoke"
ldflags: -X "main.appVersion=${{ env.RELEASE_TAG }}" -X "main.appBuild=${{ env.BUILD_TIME }}"
extra_files: LICENSE README.md

0 comments on commit 43cae11

Please sign in to comment.