Skip to content

Commit a8b65b9

Browse files
committed
fix go version
1 parent 4a0b2c7 commit a8b65b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/breaking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Install Go
1313
uses: actions/setup-go@v2
14+
with:
15+
go-version: 1.18
1416
- name: Checkout code
1517
uses: actions/checkout@v2
1618
- name: Gorelease cache

0 commit comments

Comments
 (0)