Skip to content

Commit 4d5a8b0

Browse files
Retry CI 5
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent ecd202b commit 4d5a8b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup go
2929
uses: actions/setup-go@v5
3030
with:
31-
go-version: '1.22'
31+
go-version: '1.24'
3232
- name: Go Version
3333
run: go version
3434
- name: Setup Node

cla-backend-go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,5 +351,5 @@ build-repository-update-mac: deps build-prep
351351
@chmod +x $(BIN_DIR)/$(REPOSITORY_UPDATE_BIN)-mac
352352

353353
lint:
354-
@cd $(MAKEFILE_DIR) && $(LINT_TOOL) version && echo "==> Running lint..." && $(LINT_TOOL) run --exclude="this method will not auto-escape HTML. Verify data is well formed" --allow-parallel-runners --config=.golangci.yaml ./... && echo "==> Lint check passed."
354+
@cd $(MAKEFILE_DIR) && $(LINT_TOOL) version && echo "==> Running lint..." && $(LINT_TOOL) run --timeout 30m --exclude="this method will not auto-escape HTML. Verify data is well formed" --allow-parallel-runners --config=.golangci.yaml ./... && echo "==> Lint check passed."
355355
@cd $(MAKEFILE_DIR) && ./check-headers.sh

0 commit comments

Comments
 (0)