From 04bed477bad53bf4746fc34ec5c9b1dc463de73f Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Mon, 26 Feb 2024 10:32:11 +0100 Subject: [PATCH] chore:updates go version in ci (#12) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a812417..d5473bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.20.x, 1.21.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: