File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run static analysis only with the latest Go version
17- LATEST_GO_VERSION : " 1.21 "
17+ LATEST_GO_VERSION : " 1.22 "
1818
1919jobs :
2020 check :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414
1515env :
1616 # run coverage and benchmarks only with the latest Go version
17- LATEST_GO_VERSION : " 1.21 "
17+ LATEST_GO_VERSION : " 1.22 "
1818
1919jobs :
2020 test :
2525 # Echo tests with last four major releases (unless there are pressing vulnerabilities)
2626 # As we depend on `golang.org/x/` libraries which only support last 2 Go releases we could have situations when
2727 # we derive from last four major releases promise.
28- go : ["1.18 ", "1.19 ", "1.20 ", "1.21 "]
28+ go : ["1.19 ", "1.20 ", "1.21 ", "1.22 "]
2929 name : ${{ matrix.os }} @ Go ${{ matrix.go }}
3030 runs-on : ${{ matrix.os }}
3131 steps :
You can’t perform that action at this time.
0 commit comments