Skip to content

Commit

Permalink
chore: update readme and workflow to require go 1.21 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a authored Jul 15, 2024
1 parent 664b611 commit f4446b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ['1.20', '1.21']
go: ['1.21', '1.22']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Versions that also build are marked with :warning:.

| Version | Supported |
|---------|--------------------|
| <1.20 | :x: |
| 1.20 | :white_check_mark: |
| <1.21 | :x: |
| 1.21 | :white_check_mark: |
| 1.22 | :white_check_mark: |

## License

Expand Down

0 comments on commit f4446b4

Please sign in to comment.