diff options
| author | ac79b0c6 <[email protected]> | 2022-12-16 10:49:30 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-12-16 10:49:30 +0800 |
| commit | d91dc25749391daaebff3c685c10de7ac8183951 (patch) | |
| tree | 7138f0b5fe7e285f99c8ff3ee9405cd0b0d60f11 /.github | |
| parent | b7d6588047a2c9ea4c6fa99b3b81948ff2cfbf25 (diff) | |
update mkvlib:fix bug.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f47eb39..f168835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.19 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 |
