File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Go
13
13
uses : actions/setup-go@v4
14
14
with :
15
- go-version : 1.20
15
+ go-version : ' 1.20'
16
16
- name : Run GoReleaser
17
17
uses : goreleaser/goreleaser-action@v4
18
18
with :
Original file line number Diff line number Diff line change 13
13
- name : Set up Go 1.20
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.20
16
+ go-version : ' 1.20'
17
17
id : go
18
18
19
19
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 18
18
- name : Set up Go 1.20
19
19
uses : actions/setup-go@v4
20
20
with :
21
- go-version : 1.20
21
+ go-version : ' 1.20'
22
22
- run : make e2e
23
23
env :
24
24
HAPROXY_VERSION : ${{ matrix.haproxy_version }}
Original file line number Diff line number Diff line change 13
13
- name : Set up Go
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version : 1.20
16
+ go-version : ' 1.20'
17
17
- uses : actions/cache@v3
18
18
with :
19
19
path : |
35
35
- name : Set up Go
36
36
uses : actions/setup-go@v4
37
37
with :
38
- go-version : 1.20
38
+ go-version : ' 1.20'
39
39
- uses : actions/cache@v3
40
40
with :
41
41
path : |
You can’t perform that action at this time.
0 commit comments