File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1414 - name : Install Go
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.16
17+ go-version : 1.17
1818
1919 - name : Update GitHub action config
2020 run : make assets/github-action-config.json
Original file line number Diff line number Diff line change 1515 - name : Install Go
1616 uses : actions/setup-go@v2
1717 with :
18- go-version : 1.16
18+ go-version : 1.17
1919 - name : Checkout code
2020 uses : actions/checkout@v2
2121 - name : Check go mod
4545 - name : Install Go
4646 uses : actions/setup-go@v2
4747 with :
48- go-version : 1.16 # test only the latest go version to speed up CI
48+ go-version : 1.17 # test only the latest go version to speed up CI
4949 - name : Run tests
5050 run : make.exe test
5151 continue-on-error : true
5757 - name : Install Go
5858 uses : actions/setup-go@v2
5959 with :
60- go-version : 1.16 # test only the latest go version to speed up CI
60+ go-version : 1.17 # test only the latest go version to speed up CI
6161 - name : Run tests
6262 run : make test
6363 tests-on-unix :
6868 golang :
6969 - 1.15
7070 - 1.16
71+ - 1.17
7172 steps :
7273 - uses : actions/checkout@v2
7374 - name : Install Go
9596 - name : Install Go
9697 uses : actions/setup-go@v2
9798 with :
98- go-version : 1.16
99+ go-version : 1.17
99100 - name : Check generated files are up to date
100101 run : make fast_check_generated
Original file line number Diff line number Diff line change 1414 - name : Install Go
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.16
17+ go-version : 1.17
1818 - name : Unshallow
1919 run : git fetch --prune --unshallow
2020
4040 - name : Install Go
4141 uses : actions/setup-go@v2
4242 with :
43- go-version : 1.16
43+ go-version : 1.17
4444
4545 - name : Unshallow
4646 run : git fetch --prune --unshallow
You can’t perform that action at this time.
0 commit comments