File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 go :
16- - " 1.20"
17- - " 1.21"
16+ - " 1.22"
17+ - " 1.23"
18+ - " 1.24"
1819 name : run tests with go version ${{ matrix.go }}
1920 steps :
2021 - name : install go
3536 make cover
3637
3738 - name : Coveralls
38- if : (matrix.go == '1.21 ')
39+ if : (matrix.go == '1.23 ')
3940 env :
4041 COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
4142 run : |
4445 fi
4546
4647 - name : Upload coverage
47- if : (matrix.go == '1.21 ')
48+ if : (matrix.go == '1.23 ')
4849 uses : actions/upload-artifact@v4
4950 with :
5051 name : coverage
Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : " >=1.20 .2"
20+ go-version : " >=1.23 .2"
2121 - name : Ensure Go
2222 run : go version
2323
Original file line number Diff line number Diff line change 1515 - name : Set up Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : " >=1.20 .2"
18+ go-version : " >=1.23 .2"
1919 - name : Ensure Go
2020 run : go version
2121
You can’t perform that action at this time.
0 commit comments