Skip to content

Commit

Permalink
Merge pull request #17 from trheyi/main
Browse files Browse the repository at this point in the history
Update Go version and add support for multiple versions
  • Loading branch information
trheyi authored Dec 29, 2023
2 parents fd288b7 + 9f6da76 commit 1c5609f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.18.2]
go: [1.19, 1.20, 1.21]
steps:
- name: Setup Cache
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/yaoapp/kun

go 1.18
go 1.19

require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
Expand Down

0 comments on commit 1c5609f

Please sign in to comment.