Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MutsiMutsi authored Apr 20, 2024
1 parent 0e4a849 commit eb4880e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: hls-js-downloader
run: go generate

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit eb4880e

Please sign in to comment.