You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ This provider will officially support the latest three major versions of Keycloa
48
48
49
49
The following versions are used when running acceptance tests in CI:
50
50
51
-
- 26.0.8 (latest)
51
+
- 26.1.3 (latest)
52
+
- 26.0.8
52
53
- 25.0.6
53
54
- 24.0.5
54
55
- 23.0.7
@@ -71,7 +72,7 @@ build you can use the `linux_amd64` build as long as `libc6-compat` is installed
71
72
72
73
## Development
73
74
74
-
This project requires Go 1.22 and Terraform 1.4.1.
75
+
This project requires Go 1.22 and Terraform 1.11.1.
75
76
This project uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dependency management, which allows this project to exist outside an existing GOPATH.
76
77
77
78
After cloning the repository, you can build the project by running `make build`.
0 commit comments