Skip to content

Commit

Permalink
update go.yml & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miniLCT committed Apr 8, 2024
1 parent 4897602 commit aad9634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20', '1.19', '1.21', '1.22' ]
go-version: [ '1.20', '1.21', '1.22' ]
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
go silver bullet: a collection of go utilities.

# Go Required Version
need go 1.20 or later.
need go 1.20 or later. ⚠️


# Install
Expand Down

0 comments on commit aad9634

Please sign in to comment.