Skip to content

Commit

Permalink
Update Go
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed May 24, 2024
1 parent f7d7f49 commit 899559b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ImportPath = github.com/please-build/puku
GoTool = //third_party/go:toolchain|go
ModFile = //:mod
RequireLicences = true
Stdlib = //third_party/go:std

[Alias "puku"]
Cmd = run //cmd/puku --
Expand All @@ -18,4 +19,4 @@ Desc = Runs golangci-lint as done by our CI
cmd = run //third_party/binary:golangci-lint -- run

[BuildConfig]
go-version = 1.21.4
go-version = 1.22.3
2 changes: 1 addition & 1 deletion plugins/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ plugin_repo(
name = "go",
owner = "please-build",
plugin = "go-rules",
revision = "v1.11.1",
revision = "v1.17.3",
)
4 changes: 4 additions & 0 deletions third_party/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ go_toolchain(
architectures = architectures,
)

go_stdlib(
name = "std",
)

go_repo(
licences = ["ISC"],
module = "github.com/davecgh/go-spew",
Expand Down

0 comments on commit 899559b

Please sign in to comment.