From e651d063ecbca4dfd11da2f672d73bc98095d243 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 13 Jun 2024 13:48:27 +0300 Subject: [PATCH] Improve CI workflow --- .github/workflows/ci.yml | 2 +- README.md | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 892af93..8671bc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: - go: [ '1.19.x', '1.20.x', '1.21.x' ] + go: [ '1.20.x', '1.21.x', '1.22.x' ] steps: - name: Checkout diff --git a/README.md b/README.md index fe69103..aedcde6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-

Supported formatsInstallationUsage exampleCI StatusLicense

+

Supported formatsUsage exampleCI StatusLicense


@@ -28,14 +28,6 @@ * [LZ4](https://lz4.github.io/lz4/) (`.lz4`, `.tlz4`, `.tar.lz4`) * [ZIP](https://en.wikipedia.org/wiki/ZIP_(file_format)) (`.zip`) -### Installation - -Make sure you have a working Go 1.19+ workspace (_[instructions](https://go.dev/doc/install)_), then: - -```bash -go get -u github.com/essentialkaos/npck -``` - ### Usage example ```go