From 5f86ffc327bf154e4783af340540df0ba6980ba1 Mon Sep 17 00:00:00 2001 From: Serhii Mudryk Date: Mon, 30 Sep 2024 23:34:57 +0300 Subject: [PATCH] GH Actions: updated to Go 1.23 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78b57d9..b09ef79 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.21.x', '1.22.x'] + go: ['1.22.x', '1.23.x'] steps: - uses: actions/checkout@v4