Skip to content

Commit

Permalink
Update Go version to 1.22 for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
decke committed May 25, 2024
1 parent ae0f9ba commit dbfc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.20"
goversion: "1.22"
extra_files: LICENSE README.md smtprelay.ini
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"

0 comments on commit dbfc144

Please sign in to comment.