File tree 4 files changed +25
-5
lines changed
4 files changed +25
-5
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # DO NOT EDIT THIS FILE
3
+ #
4
+ # It is automatically copied from https://github.com/pion/.goassets repository.
5
+ # If this repository should have package specific CI config,
6
+ # remove the repository name from .goassets/.github/workflows/assets-sync.yml.
7
+ #
8
+ # If you want to update the shared CI config, send a PR to
9
+ # https://github.com/pion/.goassets instead of this repository.
10
+ #
11
+ # SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
12
+ # SPDX-License-Identifier: MIT
13
+
14
+ name : API
15
+ on :
16
+ pull_request :
17
+
18
+ jobs :
19
+ check :
20
+ uses : pion/.goassets/.github/workflows/api.reusable.yml@master
Original file line number Diff line number Diff line change 21
21
release :
22
22
uses : pion/.goassets/.github/workflows/release.reusable.yml@master
23
23
with :
24
- go-version : ' 1.20 ' # auto-update/latest-go-version
24
+ go-version : " 1.22 " # auto-update/latest-go-version
Original file line number Diff line number Diff line change 23
23
uses : pion/.goassets/.github/workflows/test.reusable.yml@master
24
24
strategy :
25
25
matrix :
26
- go : ['1.21', '1.20' ] # auto-update/supported-go-version-list
26
+ go : ["1.22", "1.21" ] # auto-update/supported-go-version-list
27
27
fail-fast : false
28
28
with :
29
29
go-version : ${{ matrix.go }}
@@ -32,12 +32,12 @@ jobs:
32
32
uses : pion/.goassets/.github/workflows/test-i386.reusable.yml@master
33
33
strategy :
34
34
matrix :
35
- go : ['1.21', '1.20' ] # auto-update/supported-go-version-list
35
+ go : ["1.22", "1.21" ] # auto-update/supported-go-version-list
36
36
fail-fast : false
37
37
with :
38
38
go-version : ${{ matrix.go }}
39
39
40
40
test-wasm :
41
41
uses : pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
42
42
with :
43
- go-version : ' 1.20 ' # auto-update/latest-go-version
43
+ go-version : " 1.22 " # auto-update/latest-go-version
Original file line number Diff line number Diff line change 22
22
tidy :
23
23
uses : pion/.goassets/.github/workflows/tidy-check.reusable.yml@master
24
24
with :
25
- go-version : ' 1.21 ' # auto-update/latest-go-version
25
+ go-version : " 1.22 " # auto-update/latest-go-version
You can’t perform that action at this time.
0 commit comments