File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 33
33
sudo make install install-info
34
34
- name : Show git version
35
35
run : git version
36
- - name : Use Go 1.16 .x
37
- uses : actions/setup-go@v2
36
+ - name : Use Go 1.20 .x
37
+ uses : actions/setup-go@v4
38
38
with :
39
- go-version : ' ~1.16.0 '
39
+ go-version : ' ~1.20 '
40
40
- name : Test
41
41
run : go test -test.v
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
sha_linux : ${{ steps.shasum.outputs.sha_linux }}
17
17
steps :
18
18
- uses : actions/checkout@main
19
- - name : Use Go 1.16 .x
20
- uses : actions/setup-go@v2
19
+ - name : Use Go 1.20 .x
20
+ uses : actions/setup-go@v4
21
21
with :
22
- go-version : ' ~1.16.0 '
22
+ go-version : ' ~1.20 '
23
23
- name : Test
24
24
run : go test
25
25
env :
Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v3
12
12
-
13
13
name : Set up Go
14
- uses : actions/setup-go@v3
14
+ uses : actions/setup-go@v4
15
15
with :
16
- go-version : ' ~1.16.0 '
16
+ go-version : ' ~1.20 '
17
17
-
18
18
name : Build
19
19
run : |
Original file line number Diff line number Diff line change 1
1
module github.com/remotemobprogramming/mob/v4
2
2
3
- go 1.15
3
+ go 1.20
You can’t perform that action at this time.
0 commit comments