File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616 - uses : actions/setup-go@v6
1717 with :
18- go-version : " 1.25 "
18+ go-version : " 1.26 "
1919
2020 - uses : golangci/golangci-lint-action@v9
2121 with :
2929
3030 - uses : actions/setup-go@v6
3131 with :
32- go-version : " 1.25 "
32+ go-version : " 1.26 "
3333
3434 - run : |
3535 go mod tidy
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 strategy :
1313 matrix :
14- go : ["1.24 ", "1.25 "]
14+ go : ["1.25 ", "1.26 "]
1515
1616 steps :
1717 - uses : actions/checkout@v6
2222
2323 - run : make test-nodocker
2424
25- - if : matrix.go == '1.25 '
25+ - if : matrix.go == '1.26 '
2626 uses : codecov/codecov-action@v5
2727 with :
2828 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1- BASE_IMAGE = golang:1.25 -alpine3.22
1+ BASE_IMAGE = golang:1.26 -alpine3.22
22LINT_IMAGE = golangci/golangci-lint:v2.8.0
33
44.PHONY : $(shell ls)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Features:
4040
4141## Installation
4242
43- 1 . Install Go &ge ; 1.24 .
43+ 1 . Install Go &ge ; 1.25 .
4444
45452 . Create an empty folder, open a terminal in it and initialize the Go modules system:
4646
Original file line number Diff line number Diff line change 11module github.com/bluenviron/gomavlib/v3
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 bou.ke/monkey v1.0.2
You can’t perform that action at this time.
0 commit comments