File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010
1111 steps :
12- - name : Set up Go 1.14
12+ - name : Set up Go 1.15
1313 uses : actions/setup-go@v2
1414 with :
15- go-version : 1.14
15+ go-version : 1.15
1616
1717 - name : Check out code
1818 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - name : Set up Go 1.14
19+ - name : Set up Go 1.15
2020 uses : actions/setup-go@v2
2121 with :
22- go-version : 1.14
22+ go-version : 1.15
2323
2424 - name : Check out code
2525 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 steps :
1212 - name : Checkout
1313 uses : actions/checkout@v2
14- - name : Set up Go 1.14
14+ - name : Set up Go 1.15
1515 uses : actions/setup-go@v2
1616 with :
17- go-version : 1.14
17+ go-version : 1.15
1818 - name : Generate changelog
1919 run : |
2020 echo ::set-env name=GORELEASER_CURRENT_TAG::${GITHUB_REF#refs/tags/}
You can’t perform that action at this time.
0 commit comments