Skip to content

Commit

Permalink
Merge pull request #59 from appleboy/go
Browse files Browse the repository at this point in the history
chore(deps): add go1.20 version
  • Loading branch information
popcornylu committed Feb 7, 2023
2 parents 1c59bb5 + 229d40b commit 76a47f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
unit-test:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.17, 1.18]
os: [ubuntu-latest, macos-latest]
go: [1.17, 1.18, 1.19, '1.20']
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 76a47f0

Please sign in to comment.