From 8d2a353bce9d7f291c31b577678fc0949c4891a0 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 12 May 2024 14:26:56 +1000 Subject: [PATCH] Bump Go to 1.22 in pipelines (#3473) * Bump Go to 1.22 in pipelines * Bump Go to 1.22 in pipelines --- .github/workflows/build-and-test.yml | 4 ++-- website/src/pages/changelog.mdx | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 010f28cd3..443de8e8f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest, macos-11] - go-version: ['1.20'] + go-version: ['1.22'] steps: - name: Checkout code @@ -90,7 +90,7 @@ jobs: vanilla-ts, plain, ] - go-version: ['1.20'] + go-version: ['1.22'] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 7118ef897..d41cf6897 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for compiling with `libwebkit2gtk-4.1` instead of `4.0` to support latest Ubuntu release by [atterpac](https://github.com/atterpac) in [#3465](https://github.com/wailsapp/wails/pull/3465) +### Changed +- Upgraded Go version in CI to 1.22 by [@leaanthony](https://github.com/leaanthony) in [#3473](https://github.com/wailsapp/wails/pull/3473). + ## v2.8.2 - 2024-05-08 ### Breaking Change