Skip to content

Commit

Permalink
[chore] update go min ver 1.14 -> 1.18 to avoid github ci failed
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed May 20, 2024
1 parent f6f734d commit 193bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go: [1.14, 1.17]
go: [1.18, 1.20]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 193bf4b

Please sign in to comment.