commented golangci-lint action as it is not go1.18+ ready
This commit is contained in:
parent
36783b8f04
commit
f19b9e3552
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue