File tree 6 files changed +6
-7
lines changed
6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
- ' **/*.go'
5
5
- ' **/*.mod'
6
6
- ' **/*.sum'
7
- - ' **/*.yaml'
8
7
name : CI
9
8
jobs :
10
9
build :
15
14
runs-on : ${{ matrix.os }}
16
15
steps :
17
16
- uses : actions/checkout@v4
18
- - uses : kevincobain2000/action-gobrew@v2.2
17
+ - uses : kevincobain2000/action-gobrew@v2
19
18
with :
20
19
version : ${{ matrix.go-version }}
21
20
Original file line number Diff line number Diff line change 21
21
runs-on : ${{ matrix.os }}
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : kevincobain2000/action-gobrew@v2.2
24
+ - uses : kevincobain2000/action-gobrew@v2
25
25
with :
26
26
version : ${{ matrix.go-version }}
27
27
Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
- - uses : kevincobain2000/action-gobrew@v2.1
17
+ - uses : kevincobain2000/action-gobrew@v2
18
18
with :
19
19
version : ' mod'
20
20
-
Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : kevincobain2000/action-gobrew@v2.2
18
+ - uses : kevincobain2000/action-gobrew@v2
19
19
with :
20
20
version : ${{ matrix.go-version }}
21
21
- name : Test
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275
275
runs-on : ${{ matrix.os }}
276
276
steps :
277
277
- uses : actions/checkout@v2
278
- - uses : kevincobain2000/action-gobrew@v2.2
278
+ - uses : kevincobain2000/action-gobrew@v2
279
279
with :
280
280
version : ${{ matrix.go-version }}
281
281
Original file line number Diff line number Diff line change 1
1
module github.com/kevincobain2000/gobrew
2
2
3
- go 1.21.4
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
You can’t perform that action at this time.
0 commit comments