Skip to content

Commit a3a263e

Browse files
committed
Remove the -lang flag from gofumpt
1 parent 29b5b75 commit a3a263e

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "Gofmt",
28-
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -lang 1.19 -w -extra $(pwd)"
28+
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -w -extra $(pwd)"
2929
},
3030
{
3131
"name": "Clang format",

.github/workflows/pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "Gofmt",
28-
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -lang 1.19 -w -extra $(pwd)"
28+
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -w -extra $(pwd)"
2929
},
3030
{
3131
"name": "Clang format",

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bazel_dep(name = "toolchains_llvm", version = "1.0.0")
1616

1717
git_override(
1818
module_name = "com_github_buildbarn_bb_storage",
19-
commit = "d07a29c5d102dbc0aa177687f453b1a5614f006a",
19+
commit = "a869915feea7333a85e92e7a9f7a4821969408d6",
2020
remote = "https://github.com/buildbarn/bb-storage.git",
2121
)
2222

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
cloud.google.com/go/longrunning v0.5.12
1010
github.com/bazelbuild/buildtools v0.0.0-20240804201302-37932ddd7230
1111
github.com/bazelbuild/remote-apis v0.0.0-20240703191324-0d21f29acdb9
12-
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102
12+
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7
1313
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89
1414
github.com/golang/protobuf v1.5.4
1515
github.com/google/uuid v1.6.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
6161
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
6262
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102 h1:RpwFsHr8YcXJ5Kf6UKtcKut9iKwMl7EibU9RACFhY9E=
6363
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102/go.mod h1:96JvG1P6w+7kgYBO9/ySuCzNjMTYR7oBjcFAevq3gPQ=
64+
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7 h1:7Xpj+Lra53MnDtSnhoUhXHWJAytDXe1IXSrp0TbiQZw=
65+
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7/go.mod h1:vte1T088HnMnEsVo+xU/3R54oAKRCkTYFJJpjxC252w=
6466
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89 h1:Wtpgk4CIkoEJ7Qx3BwjaMp3TOVv834heqyCC9jMKStM=
6567
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89/go.mod h1:zO8MAbsa53deqysDsONWhnRaj8fNFKDU96pKWrvieOw=
6668
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=

0 commit comments

Comments
 (0)