mirror of https://github.com/icedream/icecon.git
Update to Go 1.18.
parent
07693583fe
commit
bd8f873d02
|
@ -9,10 +9,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.12
|
||||
- name: Set up Go 1.18
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.12
|
||||
go-version: 1.18
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
|
@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- Current server address in title bar. (Windows UI)
|
||||
|
||||
### 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)
|
||||
- Update copyright text.
|
||||
|
||||
|
|
Loading…
Reference in New Issue