From 1b0dc88594f98c28a086d96e8649e84846f745f6 Mon Sep 17 00:00:00 2001 From: Sergey Sorokin Date: Sun, 11 Feb 2024 02:21:09 +0300 Subject: [PATCH] Update GitHub Actions --- .github/workflows/{go.yml => workflow.yml} | 14 ++++++++------ README.md | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) rename .github/workflows/{go.yml => workflow.yml} (59%) diff --git a/.github/workflows/go.yml b/.github/workflows/workflow.yml similarity index 59% rename from .github/workflows/go.yml rename to .github/workflows/workflow.yml index 2a45b3e..92cda4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/workflow.yml @@ -7,19 +7,19 @@ on: branches: [ main ] jobs: - build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: ^1.21 - name: Lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 - name: Build run: make build @@ -28,4 +28,6 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic -tags test ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index b2a85c1..ebac3a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- + Coverage Downloads Release @@ -13,7 +13,7 @@ ## 👨‍💻 Installation -This package enhances the Docker output experience by employing a pipeline mechanism. With this feature, users have +This package enhances the Docker output experience by employing a pipeline mechanism. With this feature, you have the ability to customize and apply various color schemes to the output generated by Docker commands. This improves the readability and visual appeal of the output.