feature/microservice-architecture #5

Merged
master merged 15 commits from feature/microservice-architecture into main 2025-11-06 13:47:18 +01:00
Showing only changes of commit 557e6a009e - Show all commits

View File

@@ -78,13 +78,11 @@ jobs:
with:
go-version: '1.25.3'
- name: Install golangci-lint v2.1.6
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.6
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Run golangci-lint
run: golangci-lint run --timeout=5m
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v2.6.0
args: --timeout=5m
build:
name: Build