We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a3252 commit 27d21b2Copy full SHA for 27d21b2
.github/workflows/release.yaml
@@ -29,6 +29,6 @@ jobs:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
goos: ${{ matrix.goos }}
31
goarch: ${{ matrix.goarch }}
32
- goversion: "1.22"
+ goversion: "1.23"
33
extra_files: LICENSE README.md smtprelay.ini
34
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"
0 commit comments