From c96e18f16914eed7eb4e652040e6db1193b0c7da Mon Sep 17 00:00:00 2001 From: igorlombacx Date: Wed, 20 Sep 2023 23:24:52 +0100 Subject: [PATCH] test linter --- .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 695f8668d..4eb7d623c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go version uses: actions/setup-go@v2 with: - go-version: 1.21.1-rc.4 + go-version: '1.21rc4' - name: Setup git run: git config --global url."https://${{ secrets.PERSONAL_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com" - name: go test with coverage @@ -46,7 +46,7 @@ jobs: - name: Set up Go version uses: actions/setup-go@v2 with: - go-version: 1.21.1-rc.4 + go-version: '1.21rc4' - name: Go Build run: go build -o ./bin/cx ./cmd - name: Go Integration test @@ -113,7 +113,7 @@ jobs: - name: Set up Go version uses: actions/setup-go@v4 with: - go-version: 1.21.1-rc.4 + go-version: '1.21rc4' - name: Setup git run: git config --global url."https://${{ secrets.PERSONAL_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com" - name: golangci-lint