Skip to content

Commit

Permalink
Remove the -lang flag from gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Aug 19, 2024
1 parent 29b5b75 commit a3a263e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"name": "Gofmt",
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -lang 1.19 -w -extra $(pwd)"
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -w -extra $(pwd)"
},
{
"name": "Clang format",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
{
"name": "Gofmt",
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -lang 1.19 -w -extra $(pwd)"
"run": "bazel run @cc_mvdan_gofumpt//:gofumpt -- -w -extra $(pwd)"
},
{
"name": "Clang format",
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "toolchains_llvm", version = "1.0.0")

git_override(
module_name = "com_github_buildbarn_bb_storage",
commit = "d07a29c5d102dbc0aa177687f453b1a5614f006a",
commit = "a869915feea7333a85e92e7a9f7a4821969408d6",
remote = "https://github.com/buildbarn/bb-storage.git",
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
cloud.google.com/go/longrunning v0.5.12
github.com/bazelbuild/buildtools v0.0.0-20240804201302-37932ddd7230
github.com/bazelbuild/remote-apis v0.0.0-20240703191324-0d21f29acdb9
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102 h1:RpwFsHr8YcXJ5Kf6UKtcKut9iKwMl7EibU9RACFhY9E=
github.com/buildbarn/bb-storage v0.0.0-20240816064113-d07a29c5d102/go.mod h1:96JvG1P6w+7kgYBO9/ySuCzNjMTYR7oBjcFAevq3gPQ=
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7 h1:7Xpj+Lra53MnDtSnhoUhXHWJAytDXe1IXSrp0TbiQZw=
github.com/buildbarn/bb-storage v0.0.0-20240819085035-a869915feea7/go.mod h1:vte1T088HnMnEsVo+xU/3R54oAKRCkTYFJJpjxC252w=
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89 h1:Wtpgk4CIkoEJ7Qx3BwjaMp3TOVv834heqyCC9jMKStM=
github.com/buildbarn/go-xdr v0.0.0-20240702182809-236788cf9e89/go.mod h1:zO8MAbsa53deqysDsONWhnRaj8fNFKDU96pKWrvieOw=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down

0 comments on commit a3a263e

Please sign in to comment.