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
2424
2525 - run : make test-nodocker
2626
27- - if : matrix.go == '1.25 '
27+ - if : matrix.go == '1.26 '
2828 uses : codecov/codecov-action@v5
2929 with :
3030 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 @@ -13,7 +13,7 @@ Definitions and functions shared between [gortsplib](https://github.com/bluenvir
1313* [ Bit reader and writer] ( https://pkg.go.dev/github.com/bluenviron/mediacommon/v2/pkg/bits )
1414* [ Rewindable reader] ( https://pkg.go.dev/github.com/bluenviron/mediacommon/v2/pkg/rewindablereader )
1515
16- Go &ge ; 1.24 is required.
16+ Go &ge ; 1.25 is required.
1717
1818## Specifications
1919
Original file line number Diff line number Diff line change 11module github.com/bluenviron/mediacommon/v2
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/abema/go-mp4 v1.4.1
You can’t perform that action at this time.
0 commit comments