File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 test :
55 strategy :
66 matrix :
7- go-version : [1.14 .x, 1.15 .x]
7+ go-version : [1.19 .x, 1.20.x, 1.21.x, 1.22 .x]
88 os : [ubuntu-latest, macos-latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
1111 - name : Install Go
12- uses : actions/setup-go@v2
12+ uses : actions/setup-go@v4
1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Checkout code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Test
1818 run : go test ./...
1919
2020 cross-compile :
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Install Go
24- uses : actions/setup-go@v2
24+ uses : actions/setup-go@v4
2525 with :
26- go-version : 1.15 .x
26+ go-version : 1.22 .x
2727 - name : Checkout code
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v4
2929 - name : Install musl
3030 run : sudo apt install -y musl-dev musl-tools
3131 - name : Cross-Compile for musl
Original file line number Diff line number Diff line change 11module github.com/RoaringBitmap/gocroaring
22
3- go 1.13
3+ go 1.19
You can’t perform that action at this time.
0 commit comments