summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbors.toml4
-rw-r--r--plugins/grpc/plugin.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/bors.toml b/bors.toml
index 00416762..697075af 100755
--- a/bors.toml
+++ b/bors.toml
@@ -1,6 +1,6 @@
status = [
- 'Linux / Build (Go 1.17, PHP 7.4, OS ubuntu-20.04)',
- 'Linux / Build (Go 1.17, PHP 8.0, OS ubuntu-20.04)',
+ 'Linux / Build (Go 1.17, PHP 7.4, OS ubuntu-latest)',
+ 'Linux / Build (Go 1.17, PHP 8.0, OS ubuntu-latest)',
'Linters / Golang-CI (lint) ',
]
required_approvals = 0
diff --git a/plugins/grpc/plugin.go b/plugins/grpc/plugin.go
index fe88dca5..4871a8a7 100644
--- a/plugins/grpc/plugin.go
+++ b/plugins/grpc/plugin.go
@@ -36,4 +36,4 @@ func (p *Plugin) Available() {}
func (p *Plugin) Name() string {
return name
-} \ No newline at end of file
+}