Skip to content

Commit

Permalink
docs: update dependencies and improve CI robustness
Browse files Browse the repository at this point in the history
- Update Go version in README from `1.20.x` to `1.21`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jan 2, 2024
1 parent e70c53d commit 1e8e220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21]
steps:
- name: checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 1e8e220

Please sign in to comment.