Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-framework/go/gin/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-gin
Provider:
- 阿里云
Version: 1.0.8
Version: 1.0.9
Description: Gin 是使用 Go/golang 语言实现的 HTTP Web 框架。接口简洁,性能极高。
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
2 changes: 1 addition & 1 deletion web-framework/go/gin/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
name: '{{ functionName }}'
description: 'Serverless Devs Web Framework Function'
codeUri: ./code/target
runtime: custom
runtime: custom.debian10
memorySize: 1024
timeout: 30
instanceConcurrency: 100
Expand Down
2 changes: 1 addition & 1 deletion web-framework/go/gin/src/s_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
name: gin
description: 'Serverless Devs Web Framework Function'
codeUri: ./code/target
runtime: custom
runtime: custom.debian10
memorySize: 1024
timeout: 30
instanceConcurrency: 100
Expand Down