1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-06 00:18:50 +02:00

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

View File

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