File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-go@v5
1616 with :
17- go-version : 1.21
17+ go-version : 1.22
1818 - name : Run go test with coverage
1919 run : COVER_PROFILE=coverage.txt make test
2020 - name : Codecov upload
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set -o nounset
1919set -o pipefail
2020
2121GOPATH_BIN=" $( go env GOPATH) /bin/"
22- MINIMUM_KIND_VERSION=v0.20 .0
22+ MINIMUM_KIND_VERSION=v0.21 .0
2323GOARCH=" $( go env GOARCH) "
2424GOOS=" $( go env GOOS) "
2525
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "make -C docs/book build"
44publish = " docs/book/book"
55
66[build .environment ]
7- GO_VERSION = " 1.21 "
7+ GO_VERSION = " 1.22.12 "
88
99# Standard Netlify redirects
1010[[redirects ]]
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515MDBOOK_VERSION := v0.4.5
16- GOLANG_VERSION := 1.17.6
16+ GOLANG_VERSION := 1.22.12
1717PLANTUML_VERSION := 1.2020.16
1818GH_VERSION := 1.2.0
You can’t perform that action at this time.
0 commit comments