File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66
77env :
8- go-version : 1.25
8+ go-version : 1.26
99
1010jobs :
1111 unit-test :
1212 timeout-minutes : 20
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
17- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
17+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
1818 with :
1919 go-version : ${{ env.go-version }}
2020
Original file line number Diff line number Diff line change 11GIT := git
22PRE_COMMIT := pre-commit
33
4- JSONNET_VERSION := v0.21 .0
5- GOLANGCI_VERSION := v2.8.0
4+ JSONNET_VERSION := v0.22 .0
5+ GOLANGCI_VERSION := v2.11.4
66
7- VERSION := v0.3.1
7+ VERSION := v0.3.2
88
99.PHONY : fmt
1010fmt :
Original file line number Diff line number Diff line change 11module github.com/cybozu/pre-commit-jsonnet
22
3- go 1.25
3+ go 1.25.5
44
5- require golang.org/x/exp v0.0.0-20260112195511-716be5621a96
5+ require golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
66
77require github.com/sergi/go-diff v1.4.0
88
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJy
1313github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
1414golang.org/x/exp v0.0.0-20260112195511-716be5621a96 h1:Z/6YuSHTLOHfNFdb8zVZomZr7cqNgTJvA8+Qz75D8gU =
1515golang.org/x/exp v0.0.0-20260112195511-716be5621a96 /go.mod h1:nzimsREAkjBCIEFtHiYkrJyT+2uy9YZJB7H1k68CXZU =
16+ golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 h1:jiDhWWeC7jfWqR9c/uplMOqJ0sbNlNWv0UkzE0vX1MA =
17+ golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 /go.mod h1:xE1HEv6b+1SCZ5/uscMRjUBKtIxworgEcEi+/n9NQDQ =
1618golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
1719golang.org/x/sys v0.40.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
1820gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments