Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
livio-a authored Oct 31, 2023
1 parent daf8369 commit 4364635
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 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.17', '1.18', '1.19']
go: ['1.19', '1.20', '1.21']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ Versions that also build are marked with :warning:.

| Version | Supported |
|---------|--------------------|
| <1.15 | :x: |
| 1.15 | :warning: |
| 1.16 | :warning: |
| 1.17 | :white_check_mark: |
| 1.18 | :white_check_mark: |
| 1.19 | :white_check_mark: |
| <1.19 | :x: |
| 1.19 | :warning: |
| 1.20 | :white_check_mark: |
| 1.21 | :white_check_mark: |

## Why another library

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/saml

go 1.17
go 1.19

require (
github.com/amdonov/xmlsig v0.1.0
Expand Down

0 comments on commit 4364635

Please sign in to comment.