Skip to content

Commit edffbd2

Browse files
committed
fix: go version for ci
1 parent e5ffaf9 commit edffbd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
GO111MODULE: on
1414

1515
steps:
16-
- name: Set up Go 1.12
17-
uses: actions/setup-go@v1
16+
- name: Set up Go ^1.13
17+
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.12
19+
go-version: '^1.13'
2020
id: go
2121

2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)