feature/microservice-architecture #5
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -78,13 +78,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.25.3'
|
go-version: '1.25.3'
|
||||||
|
|
||||||
- name: Install golangci-lint v2.1.6
|
- name: golangci-lint
|
||||||
run: |
|
uses: golangci/golangci-lint-action@v6
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.6
|
with:
|
||||||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
version: v2.6.0
|
||||||
|
args: --timeout=5m
|
||||||
- name: Run golangci-lint
|
|
||||||
run: golangci-lint run --timeout=5m
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user