Skip to content

Commit 27d21b2

Browse files
committed
CI: Bump release to Go 1.23
1 parent f6a3252 commit 27d21b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
goos: ${{ matrix.goos }}
3131
goarch: ${{ matrix.goarch }}
32-
goversion: "1.22"
32+
goversion: "1.23"
3333
extra_files: LICENSE README.md smtprelay.ini
3434
ldflags: -s -w -X "main.appVersion=${{ env.APP_VERSION }}" -X "main.buildTime=${{ env.BUILD_TIME }}"

0 commit comments

Comments
 (0)