Skip to content

Commit 6e17c4e

Browse files
[feat]: [CI-15053]: Update drone-buildx version for buildkit version update (#38)
1 parent df1f8c9 commit 6e17c4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
toolchain go1.22.0
66

77
require (
8-
github.com/drone-plugins/drone-buildx v1.2.0
8+
github.com/drone-plugins/drone-buildx v1.2.1
99
github.com/joho/godotenv v1.5.1
1010
github.com/sirupsen/logrus v1.9.0
1111
golang.org/x/oauth2 v0.13.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
1616
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1717
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
1818
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
19-
github.com/drone-plugins/drone-buildx v1.2.0 h1:57mnny6CKVyCPuoSIQlhr9cn1iqKye0BWuXzlkq75Mc=
20-
github.com/drone-plugins/drone-buildx v1.2.0/go.mod h1:RvpdpL5Ho1rY7kG2td+0Mcle7A81ozBEl6jc1F6m6a8=
19+
github.com/drone-plugins/drone-buildx v1.2.1 h1:a7eN1oy4u8PqeFPiG2gDhRfKWdw8WvkwRYLD/tvnGPw=
20+
github.com/drone-plugins/drone-buildx v1.2.1/go.mod h1:RvpdpL5Ho1rY7kG2td+0Mcle7A81ozBEl6jc1F6m6a8=
2121
github.com/drone-plugins/drone-plugin-lib v0.4.2 h1:EiJ3Kco6ypP5noBQqVt1bBbuO1eUAumtPvLTX/NVAYg=
2222
github.com/drone-plugins/drone-plugin-lib v0.4.2/go.mod h1:KwCu92jFjHV3xv2hu5Qg/8zBNvGwbhoJDQw/EwnTvoM=
2323
github.com/drone/drone-go v1.7.1 h1:ZX+3Rs8YHUSUQ5mkuMLmm1zr1ttiiE2YGNxF3AnyDKw=

0 commit comments

Comments
 (0)