File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Go
1313 uses : actions/setup-go@v4
1414 with :
15- go-version : 1.20
15+ go-version : ' 1.20'
1616 - name : Run GoReleaser
1717 uses : goreleaser/goreleaser-action@v4
1818 with :
Original file line number Diff line number Diff line change 1313 - name : Set up Go 1.20
1414 uses : actions/setup-go@v4
1515 with :
16- go-version : 1.20
16+ go-version : ' 1.20'
1717 id : go
1818
1919 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1818 - name : Set up Go 1.20
1919 uses : actions/setup-go@v4
2020 with :
21- go-version : 1.20
21+ go-version : ' 1.20'
2222 - run : make e2e
2323 env :
2424 HAPROXY_VERSION : ${{ matrix.haproxy_version }}
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v4
1515 with :
16- go-version : 1.20
16+ go-version : ' 1.20'
1717 - uses : actions/cache@v3
1818 with :
1919 path : |
3535 - name : Set up Go
3636 uses : actions/setup-go@v4
3737 with :
38- go-version : 1.20
38+ go-version : ' 1.20'
3939 - uses : actions/cache@v3
4040 with :
4141 path : |
You can’t perform that action at this time.
0 commit comments