commented golangci-lint action as it is not go1.18+ ready

This commit is contained in:
Gani Georgiev 2022-07-17 22:25:28 +03:00
parent 36783b8f04
commit f19b9e3552
1 changed files with 4 additions and 2 deletions

View File

@ -29,8 +29,10 @@ jobs:
- name: Build Admin dashboard UI - name: Build Admin dashboard UI
run: npm --prefix=./ui ci && npm --prefix=./ui run build run: npm --prefix=./ui ci && npm --prefix=./ui run build
- name: Run linter # The prebuilt golangci-lint doesn't support go 1.18+ yet
uses: golangci/golangci-lint-action@v3 # https://github.com/golangci/golangci-lint/issues/2649
# - name: Run linter
# uses: golangci/golangci-lint-action@v3
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3 uses: goreleaser/goreleaser-action@v3