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

@@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
id: go
- name: Check out code into the Go module directory

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 }}"