Skip to content

Commit 18d39b0

Browse files
Release/v1.35.1
2 parents 763bedb + 7d2433c commit 18d39b0

File tree

38 files changed

+2954
-1197
lines changed

38 files changed

+2954
-1197
lines changed

Diff for: .github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# Run tests with automatic retry on failures
9292
- name: Test with Retry Logic
9393
id: test
94-
uses: nick-fields/retry@v2
94+
uses: nick-fields/retry@v3
9595
with:
9696
timeout_minutes: 5 # Maximum time for the tests to run
9797
max_attempts: 2 # Retry up to 2 times if tests fail
@@ -140,7 +140,7 @@ jobs:
140140
# Run pkg tests with automatic retry logic
141141
- name: Test with Retry Logic
142142
id: test
143-
uses: nick-fields/retry@v2
143+
uses: nick-fields/retry@v3
144144
with:
145145
timeout_minutes: 5
146146
max_attempts: 2
@@ -229,7 +229,7 @@ jobs:
229229
# Test all submodules in parallel with retry logic
230230
- name: Test Submodules with Retry and Parallelism
231231
id: test_submodules
232-
uses: nick-fields/retry@v2
232+
uses: nick-fields/retry@v3
233233
with:
234234
timeout_minutes: 5
235235
max_attempts: 2

Diff for: docs/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /app
55
COPY docs/quick-start /app/src/app/docs/quick-start
66
COPY docs/public/ /app/public
77
COPY docs/advanced-guide /app/src/app/docs/advanced-guide
8+
COPY docs/datasources /app/src/app/docs/datasources
89
COPY docs/references /app/src/app/docs/references
910
COPY docs/page.md /app/src/app/docs
1011
COPY docs/navigation.js /app/src/lib

0 commit comments

Comments
 (0)