2
0
forked from drew/smtprelay

ci: Bump to Go 1.24

This commit is contained in:
Bernhard Froehlich
2025-06-04 17:38:21 +00:00
parent 47361c9df0
commit d4aedd2453
2 changed files with 2 additions and 4 deletions

View File

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

4
go.mod
View File

@@ -18,6 +18,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect
) )
go 1.23.0 go 1.24.3
toolchain go1.23.6