Update Go version to 1.22 for release builds

This commit is contained in:
Bernhard Froehlich
2024-05-25 07:28:59 +02:00
parent ae0f9ba0b6
commit dbfc144e41

View File

@@ -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 }}"