diff options
| author | b5f0d6c3 <[email protected]> | 2022-04-21 12:01:06 +0800 |
|---|---|---|
| committer | b5f0d6c3 <[email protected]> | 2022-04-21 12:01:06 +0800 |
| commit | 4219efb8ffe540d9c9068a18d6d2cc0c23ce9c05 (patch) | |
| tree | 6e4220889a9f3f20490f84f55a5c88600ef2c042 /.github/workflows | |
| parent | 300cea250a17eb64c97488ec860bf8fb591f1dfc (diff) | |
update mkvlib:fix bugs
Diffstat (limited to '.github/workflows')
| -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 2ae3bd1..f47eb39 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.17 + go-version: 1.18 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 |
