Skip to content

Commit c21f803

Browse files
authored
chore: bump runtime to newest versions (#90)
* chore: bump runtime to newest versions * chore: bump runtime to newest versions * fix: review changes * fix: review changes
1 parent 44cbbc0 commit c21f803

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/go-function-offline-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
tests: [
16-
{ directory: 'cors-go', go-version: '1.19' },
16+
{ directory: 'cors-go', go-version: '1.22' },
1717
{ directory: 'go-hello-world', go-version: '1.20' },
18-
{ directory: 'go-mnq-sqs-publish', go-version: '1.18' },
18+
{ directory: 'go-mnq-sqs-publish', go-version: '1.21' },
1919
{ directory: 'go-upload-file-s3-multipart', go-version: '1.20' }
2020
]
2121

functions/cors-go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cors-go
22

3-
go 1.19
3+
go 1.22
44

55
require (
66
github.com/scaleway/serverless-functions-go v0.1.2

functions/go-mnq-sqs-publish/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go-mnq-publish
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go v1.44.189

functions/go-mnq-sqs-publish/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions/go-mnq-sqs-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "go-nmq-sqs",
2+
"name": "go-mnq-sqs",
33
"version": "1.0.0",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1"

functions/triggers-getting-started/go/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module triggers-getting-started/go
22

3-
go 1.19
3+
go 1.20
44

55
require github.com/scaleway/serverless-functions-go v0.1.2
66

0 commit comments

Comments
 (0)