From daf17443ce20e4e05ac2f32c5240423a21d21bc7 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Wed, 1 May 2024 17:32:25 +0200 Subject: [PATCH] ci: update go1.22.2 --- .github/workflows/build.yml | 2 +- GO_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3a3781..0499111 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.21.x + go-version: 1.22.x - uses: actions/setup-node@v1 with: node-version: '20' diff --git a/GO_VERSION b/GO_VERSION index 2844977..2a0ba77 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.21.1 +1.22.4