diff --git a/.plzconfig b/.plzconfig index 91aebee..395bc2c 100644 --- a/.plzconfig +++ b/.plzconfig @@ -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 -- @@ -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 \ No newline at end of file +go-version = 1.22.3 diff --git a/plugins/BUILD b/plugins/BUILD index fd60172..aabb56f 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -2,5 +2,5 @@ plugin_repo( name = "go", owner = "please-build", plugin = "go-rules", - revision = "v1.11.1", + revision = "v1.17.3", ) diff --git a/third_party/go/BUILD b/third_party/go/BUILD index 79282f5..10700c5 100644 --- a/third_party/go/BUILD +++ b/third_party/go/BUILD @@ -7,6 +7,10 @@ go_toolchain( architectures = architectures, ) +go_stdlib( + name = "std", +) + go_repo( licences = ["ISC"], module = "github.com/davecgh/go-spew",