70
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Successful in 2m9s
Go Linter / Tag Commit (push) Successful in 14s
Go Linter / Push Docker Images (api_gateway) (push) Failing after 24s
Go Linter / Build golang services (api_gateway) (push) Successful in 1m45s

This commit is contained in:
Alex Shevchuk
2025-09-14 22:54:07 +03:00
parent 3a25af30ab
commit 14b2c33922
2 changed files with 33 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24.6
go-version: 1.23
- name: Install golangci-lint
run: |