Skip to content

Commit 76a47f0

Browse files
authored
Merge pull request #59 from appleboy/go
chore(deps): add go1.20 version
2 parents 1c59bb5 + 229d40b commit 76a47f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
unit-test:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest]
14-
go: [1.17, 1.18]
13+
os: [ubuntu-latest, macos-latest]
14+
go: [1.17, 1.18, 1.19, '1.20']
1515
include:
1616
- os: ubuntu-latest
1717
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)