Skip to content

Commit f7088fb

Browse files
authored
Merge pull request #98 from devsapp/gin-debian10
gin example use custom.debian10
2 parents 10479ec + bdbc707 commit f7088fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web-framework/go/gin/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-gin
33
Provider:
44
- 阿里云
5-
Version: 1.0.8
5+
Version: 1.0.9
66
Description: Gin 是使用 Go/golang 语言实现的 HTTP Web 框架。接口简洁,性能极高。
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/go/gin/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
name: '{{ functionName }}'
5353
description: 'Serverless Devs Web Framework Function'
5454
codeUri: ./code/target
55-
runtime: custom
55+
runtime: custom.debian10
5656
memorySize: 1024
5757
timeout: 30
5858
instanceConcurrency: 100

web-framework/go/gin/src/s_en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ services:
5454
name: gin
5555
description: 'Serverless Devs Web Framework Function'
5656
codeUri: ./code/target
57-
runtime: custom
57+
runtime: custom.debian10
5858
memorySize: 1024
5959
timeout: 30
6060
instanceConcurrency: 100

0 commit comments

Comments
 (0)