Skip to content

Commit a798959

Browse files
committed
use latest go version for build gorelease util
1 parent 773456f commit a798959

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.18.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)