From bd8f873d0260ddbfad40c1a9c505a233e2a55517 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 9 Apr 2022 16:25:04 +0200 Subject: [PATCH] Update to Go 1.18. --- .github/workflows/go.yml | 4 ++-- CHANGELOG.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e497a5e..e66ecc2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb914a..4bf4f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.