Skip to content

Commit 8fcd430

Browse files
authored
Merge pull request #279 from ydb-platform/fix-gorelease-version
Install gorelease util with latest go
2 parents 0398d35 + a798959 commit 8fcd430

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/breaking.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ env:
66
GO111MODULE: "on"
77
jobs:
88
gorelease:
9-
strategy:
10-
matrix:
11-
go-version: [ 1.17.x ]
129
runs-on: ubuntu-latest
1310
steps:
1411
- name: Install Go
1512
uses: actions/setup-go@v2
16-
with:
17-
go-version: ${{ matrix.go-version }}
1813
- name: Checkout code
1914
uses: actions/checkout@v2
2015
- name: Gorelease cache

0 commit comments

Comments
 (0)