Skip to content

Commit

Permalink
chore(deps): add go 1.22 support (#40)
Browse files Browse the repository at this point in the history
This change add support for go 1.22.
Support for Go version older than 1.20 is dropped.
  • Loading branch information
muhlemmer authored Jun 21, 2024
1 parent 3e22d3e commit c01cc83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20', '1.21']
go: ['1.20', '1.21', '1.22']
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,10 @@ Versions that also build are marked with :warning:.

| Version | Supported |
| ------- | ------------------ |
| <1.18 | :x: |
| 1.18 | :warning: |
| 1.19 | :warning: |
| 1.20 | :white_check_mark: |
| <1.20 | :x: |
| 1.20 | :warning: |
| 1.21 | :white_check_mark: |
| 1.22 | :white_check_mark: |

## License

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/zitadel/passwap

go 1.18
go 1.20

require golang.org/x/crypto v0.24.0

Expand Down

0 comments on commit c01cc83

Please sign in to comment.