71
Some checks failed
Go Linter / Tag Commit (push) Has been skipped
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Run golangci-lint (api_gateway) (push) Failing after 2m39s
Go Linter / Build golang services (api_gateway) (push) Has been skipped
Go Linter / Push Docker Images (api_gateway) (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-09-17 14:37:10 +03:00
parent 61fc0d2747
commit f5310dd516

View File

@@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v6
with: with:
go-version: 1.23 go-version: '>=1.24.0'
- name: Install golangci-lint - name: Install golangci-lint
run: | run: |