From 9ae7f30da991631aea2b4fa3148dfe6753d7f30b Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Fri, 26 Apr 2024 10:41:06 +0200 Subject: [PATCH] Add the git-version --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2137f07..821cafd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ permissions: # pull-requests: read jobs: - golangci: + golang-ci: name: Go lint runs-on: ubuntu-latest steps: @@ -56,7 +56,7 @@ jobs: # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # install-mode: "goinstall" - gotest: + golang-test: name: Go tests runs-on: ubuntu-latest steps: @@ -74,7 +74,7 @@ jobs: uses: robherley/go-test-action@v0 - git-version: + new-version: runs-on: ubuntu-latest steps: - name: Checkout Code