diff options
| author | ac79b0c6 <[email protected]> | 2023-03-30 17:42:00 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2023-03-30 17:42:00 +0800 |
| commit | 142feed4aad93970ce53dc174b7420afea13e049 (patch) | |
| tree | ef80b8a1e062b7a9b2bf0c7a1c1314efe41f6cfc /.github/workflows/release.yml | |
| parent | 4cd9f1006e4f3a6d8ef7ee36c2d381d0ec9ddcd0 (diff) | |
update mkvtool:mkvlib bump to v2.2.6
Diffstat (limited to '.github/workflows/release.yml')
| -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 f168835..32f9b25 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.19 + go-version: 1.20 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 |
