Update to Go 1.18.

bookmarks
Icedream 2022-04-09 16:25:04 +02:00
parent 07693583fe
commit bd8f873d02
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Current server address in title bar. (Windows UI) - Current server address in title bar. (Windows UI)
### Changed ### Changed
- Binaries are now compiled statically and using Go 1.8. - Binaries are now compiled statically and using Go 1.18.
- Reuse server address as typed in by the user in connect dialog instead of using resolved IP address. (Windows UI) - Reuse server address as typed in by the user in connect dialog instead of using resolved IP address. (Windows UI)
- Update copyright text. - Update copyright text.