summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-09-08 11:30:20 +0300
committerValery Piashchynski <[email protected]>2021-09-08 11:30:20 +0300
commitb72643e64e116e51a245bc9331e25c3f73175030 (patch)
treec79cf048d5a9578e728d3f0413838129406e2f8c
parent53dcaf65c009fe49f4bcd0e0f8d67c682e564742 (diff)
gofmt-ed
Signed-off-by: Valery Piashchynski <[email protected]>
-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
+}