File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
name : Test
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - name : Set up Go 1.19
17
+ - name : Set up Go 1.20.1
18
18
uses : actions/setup-go@v3
19
19
with :
20
- go-version : 1.19
20
+ go-version : 1.20.1
21
21
id : go
22
22
23
23
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
harbor : [v1, v2]
16
- go : [1.19 ]
16
+ go : [1.20.1 ]
17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
- name : Setup Go
Original file line number Diff line number Diff line change 7
7
name : Verify
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - name : Set up Go 1.19
10
+ - name : Set up Go 1.20.1
11
11
uses : actions/setup-go@v3
12
12
with :
13
- go-version : ' 1.19 '
13
+ go-version : ' 1.20.1 '
14
14
id : go
15
15
16
16
- name : Check out code into the Go module directory
You can’t perform that action at this time.
0 commit comments