Browse Source

ci: Bump to Go 1.24

Bernhard Froehlich 3 months ago
parent
commit
d4aedd2453
2 changed files with 2 additions and 4 deletions
  1. 1 1
      .github/workflows/release.yaml
  2. 1 3
      go.mod

+ 1 - 1
.github/workflows/release.yaml

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

+ 1 - 3
go.mod

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