Skip to content

Commit

Permalink
chore: bump runtime to newest versions (#90)
Browse files Browse the repository at this point in the history
* chore: bump runtime to newest versions

* chore: bump runtime to newest versions

* fix: review changes

* fix: review changes
  • Loading branch information
Bemilie authored Jul 9, 2024
1 parent 44cbbc0 commit c21f803
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-function-offline-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
tests: [
{ directory: 'cors-go', go-version: '1.19' },
{ directory: 'cors-go', go-version: '1.22' },
{ directory: 'go-hello-world', go-version: '1.20' },
{ directory: 'go-mnq-sqs-publish', go-version: '1.18' },
{ directory: 'go-mnq-sqs-publish', go-version: '1.21' },
{ directory: 'go-upload-file-s3-multipart', go-version: '1.20' }
]

Expand Down
2 changes: 1 addition & 1 deletion functions/cors-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module cors-go

go 1.19
go 1.22

require (
github.com/scaleway/serverless-functions-go v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion functions/go-mnq-sqs-publish/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go-mnq-publish

go 1.18
go 1.21

require (
github.com/aws/aws-sdk-go v1.44.189
Expand Down
6 changes: 3 additions & 3 deletions functions/go-mnq-sqs-publish/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion functions/go-mnq-sqs-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "go-nmq-sqs",
"name": "go-mnq-sqs",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion functions/triggers-getting-started/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module triggers-getting-started/go

go 1.19
go 1.20

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

Expand Down

0 comments on commit c21f803

Please sign in to comment.