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 68169a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit 68169a0

Please sign in to comment.