Skip to content

Commit b5f1675

Browse files
committed
chore(gen): update
1 parent 03b9699 commit b5f1675

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pages/serverless-containers/troubleshooting/container-clock-drift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I am experiencing clock drift with my container
33
description: Discover the causes and solutions to clock drift issues in Scaleway Serverless Containers.
44
tags: containers clock drift skew error time difference serverless troubleshooting
55
dates:
6-
validation: 2025-05-07
6+
validation: 2025-11-14
77
posted: 2025-05-07
88
---
99

pages/serverless-functions/troubleshooting/function-clock-drift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: I am experiencing clock drift with my function
33
description: Discover the causes and solutions to clock drift issues in Scaleway Serverless Functions.
44
tags: functions clock drift skew serverless difference time troubleshooting
55
dates:
6-
validation: 2025-05-07
6+
validation: 2025-11-14
77
posted: 2025-05-07
88
---
99

pages/serverless-functions/troubleshooting/go-function-version-error.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Go function build fails due to Go version
33
description: Troubleshoot issues with Scaleway Serverless Functions Go build not working due to version error.
44
tags: serverless functions troubleshooting issue error go version build
55
dates:
6-
validation: 2025-04-30
6+
validation: 2025-11-14
77
posted: 2025-04-30
88
---
99

@@ -21,15 +21,15 @@ This happens by default because the `go mod init` command includes the full Go v
2121

2222
## Possible solution
2323

24-
Remove the `Z` version from the `go.mod` file. In the example below, `X` corresponds to `1`, `Y` to `24`, and `Z` to `1`.
24+
Remove the `Z` patch version from the `go.mod` file. In the example below, `X` corresponds to `1`, `Y` to `24`, and `Z` to `1`.
2525

2626
Content of a `go.mod` file with an incorrect `X.Y.Z` (`1.24.1`) version.
2727

2828
```
2929
go 1.24.1
3030
```
3131

32-
The example below shows the content of the `go.mod` file after we have remove the incorrect `Z` version:
32+
The example below shows the content of the `go.mod` file after we removed the incorrect `Z` version:
3333

3434
```
3535
go 1.24

0 commit comments

Comments
 (0)