Bump Go version for CI and release builds to 1.20

This commit is contained in:
Bernhard Froehlich
2023-06-16 06:25:09 +00:00
parent df0580c8e6
commit 5d625efa45
2 changed files with 3 additions and 3 deletions

View File

@@ -25,6 +25,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.18
goversion: 1.20
extra_files: LICENSE README.md smtprelay.ini
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"