File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
18
18
MERGE_METHOD : squash
19
- MERGE_LABELS : automerge
19
+ MERGE_LABELS : automerge
Original file line number Diff line number Diff line change 13
13
name : Execute Benchmarks
14
14
strategy :
15
15
matrix :
16
- go-version : [1.18 .x]
16
+ go-version : [1.19 .x]
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/setup-go@v3
41
41
alert-threshold : ' 200%'
42
42
comment-on-alert : true
43
43
fail-on-alert : true
44
- alert-comment-cc-users : ' @benjivesterby'
44
+ alert-comment-cc-users : ' @benjivesterby'
Original file line number Diff line number Diff line change 8
8
name : " Build"
9
9
strategy :
10
10
matrix :
11
- go-version : [1.18 .x]
11
+ go-version : [1.19 .x]
12
12
platform : [ubuntu-latest, macos-latest, windows-latest]
13
13
fail-fast : true
14
14
runs-on : ${{ matrix.platform }}
27
27
needs : [build]
28
28
strategy :
29
29
matrix :
30
- go-version : [1.18 .x]
30
+ go-version : [1.19 .x]
31
31
platform : [ubuntu-latest, macos-latest, windows-latest]
32
32
fail-fast : true
33
33
runs-on : ${{ matrix.platform }}
61
61
prerelease : true
62
62
title : " Development Build"
63
63
files : |
64
- LICENSE
64
+ LICENSE
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- go-version : [1.18 .x]
11
+ go-version : [1.19 .x]
12
12
steps :
13
13
- name : Checkout code
14
14
uses : actions/checkout@v3
20
20
- name : golangci-lint
21
21
uses : golangci/golangci-lint-action@v3
22
22
with :
23
- skip-go-installation : true
23
+ skip-go-installation : true
Original file line number Diff line number Diff line change 10
10
name : " Build & Unit Tests"
11
11
strategy :
12
12
matrix :
13
- go-version : [1.18 .x]
13
+ go-version : [1.19 .x]
14
14
platform : [ubuntu-latest, macos-latest, windows-latest]
15
15
fail-fast : true
16
16
runs-on : ${{ matrix.platform }}
39
39
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
40
40
prerelease : false
41
41
files : |
42
- LICENSE
42
+ LICENSE
You can’t perform that action at this time.
0 commit comments