From 42ec183a4f8d82951631789c8251182dbda3154b Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Fri, 23 Aug 2024 12:36:43 +0300 Subject: [PATCH] Update supported Go versions --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88f4d54e..3b9627ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - go: [ '1.21.x', '1.22.x' ] + go: [ '1.22.x', '1.23.x' ] steps: - name: Checkout @@ -89,7 +89,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.21.x' + go-version: '1.22.x' - name: Download dependencies run: make deps diff --git a/README.md b/README.md index 78983e91..141bf3f3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ https://github.com/essentialkaos/bibop/assets/182020/c63dc147-fa44-40df-92e2-12f #### From source -To build the `bibop` from scratch, make sure you have a working Go 1.21+ workspace ([instructions](https://go.dev/doc/install)), then: +To build the `bibop` from scratch, make sure you have a working Go 1.22+ workspace ([instructions](https://go.dev/doc/install)), then: ``` go install github.com/essentialkaos/bibop@latest