File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 test :
66 strategy :
77 matrix :
8- os : [ ubuntu-20.04 , macos-13 ] # list of os: https://github.com/actions/virtual-environments
8+ os : [ ubuntu-latest , macos-latest ] # list of os: https://github.com/actions/virtual-environments
99 runs-on : ${{ matrix.os }}
1010
1111 steps :
1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.21 '
15+ go-version : ' 1.24 '
1616
1717 - run : make race
1818
1919 win :
2020 strategy :
2121 matrix :
22- os : [ windows-2022 ] # list of os: https://github.com/actions/virtual-environments
22+ os : [ windows-latest ] # list of os: https://github.com/actions/virtual-environments
2323 runs-on : ${{ matrix.os }}
2424
2525 steps :
3939 - uses : actions/checkout@v4
4040 - uses : actions/setup-go@v5
4141 with :
42- go-version : ' 1.21 '
42+ go-version : ' 1.24 '
4343
4444 - run : go test ./mdbx
4545 - run : go test ./exp/mdbxpool
You can’t perform that action at this time.
0 commit comments