Skip to content

Commit

Permalink
support Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 23, 2023
1 parent aa989d1 commit ea7305d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ["1.18", "1.19", "1.20"]
go: ["1.19", "1.20", "1.21"]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:

- run: make test-nodocker

- if: matrix.go == '1.19'
- if: matrix.go == '1.21'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

HLS client and muxer library for the Go programming language, written for [MediaMTX](https://github.com/bluenviron/mediamtx).

Go ≥ 1.18 is required.
Go ≥ 1.19 is required.

Features:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bluenviron/gohlslib

go 1.18
go 1.19

require (
github.com/aler9/writerseeker v1.1.0
Expand Down

0 comments on commit ea7305d

Please sign in to comment.