forked from go-gst/go-gst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request go-gst#71 from go-gst/prepare_release
Prepare release
- Loading branch information
Showing
6 changed files
with
19 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,22 +12,23 @@ jobs: | |
matrix: | ||
strategy: | ||
matrix: | ||
os: [ubuntu-latest, windows-latest, "macos-latest"] | ||
os: | ||
- ubuntu-latest | ||
# - windows-latest # see https://github.com/go-gst/go-gst/issues/64 | ||
- macos-latest | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- name: Downgrade mingw to 11.2.0 | ||
if: runner.os == 'Windows' | ||
run: choco install mingw --version 11.2.0 --allow-downgrade | ||
# - name: Downgrade mingw to 11.2.0 | ||
# if: runner.os == 'Windows' | ||
# run: choco install mingw --version 11.2.0 --allow-downgrade | ||
- name: Setup GStreamer | ||
id: setup_gstreamer | ||
uses: RSWilli/setup-gstreamer@5472e33168ba7b1f3bb01dc81ca067e263633824 | ||
with: | ||
version: 1.22.6 | ||
uses: blinemedical/[email protected] | ||
- name: checkout | ||
uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v4 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: "^1.21.0" | ||
go-version: "stable" | ||
- name: build | ||
shell: bash | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,12 @@ jobs: | |
steps: | ||
- name: Setup GStreamer | ||
id: setup_gstreamer | ||
uses: RSWilli/setup-gstreamer@5472e33168ba7b1f3bb01dc81ca067e263633824 | ||
with: | ||
version: 1.22.6 | ||
uses: blinemedical/[email protected] | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: "^1.21.0" | ||
go-version: "stable" | ||
- name: Check formatting | ||
uses: Jerome1337/[email protected] | ||
with: | ||
|
@@ -33,4 +31,3 @@ jobs: | |
- uses: dominikh/[email protected] | ||
with: | ||
install-go: false | ||
min-go-version: "1.21" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module github.com/go-gst/go-gst | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/mattn/go-pointer v0.0.1 | ||
|
||
require github.com/go-gst/go-glib v0.0.0-20231207075824-6d6aaf082c65 | ||
require github.com/go-gst/go-glib v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
github.com/go-gst/go-glib v0.0.0-20231207075824-6d6aaf082c65 h1:G9LRxbnTdpkJAfa6vOwldiWmrtAj2L/7gZlsRZYOITA= | ||
github.com/go-gst/go-glib v0.0.0-20231207075824-6d6aaf082c65/go.mod h1:rXuKU+tCN7pN+b/7oIyWv6MpnlGy+QWd7jRhWUNstjU= | ||
github.com/go-gst/go-glib v1.0.0 h1:/Gl3lk3M3MmWoSEtOyH3bpUxMUvO1gUL35A2drbr/K0= | ||
github.com/go-gst/go-glib v1.0.0/go.mod h1:7Ehl6klsMBT94bf+Bic9qRyEkXARhhqpiZnU2PXeO6I= | ||
github.com/mattn/go-pointer v0.0.1 h1:n+XhsuGeVO6MEAp7xyEukFINEa+Quek5psIR/ylA6o0= | ||
github.com/mattn/go-pointer v0.0.1/go.mod h1:2zXcozF6qYGgmsG+SeTZz3oAbFLdD3OWqnUbNvJZAlc= |