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
|
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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue