File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
name : lint
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/setup-go@v2
11
- with :
12
- go-version : 1.19
13
10
- uses : actions/checkout@v2
14
11
with :
15
12
fetch-depth : 0
13
+ - uses : actions/setup-go@v3
14
+ with :
15
+ go-version-file : " go.mod"
16
16
- run : make lint
Original file line number Diff line number Diff line change 7
7
name : unit
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/setup-go@v2
11
- with :
12
- go-version : 1.19
13
10
- uses : actions/checkout@v2
14
11
with :
15
12
fetch-depth : 0
13
+ - uses : actions/setup-go@v3
14
+ with :
15
+ go-version-file : " go.mod"
16
16
- run : make test
17
17
- uses : shogo82148/actions-goveralls@v1
18
18
with :
Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/java-operator-plugins
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require github.com/spf13/pflag v1.0.5
6
6
You can’t perform that action at this time.
0 commit comments