Skip to content

Commit 960874c

Browse files
committed
update minimum go version in ci-go workflow and README
1 parent 0028da9 commit 960874c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-latest
8080
strategy:
8181
matrix:
82-
go-version: [ '1.24', '1.23' ]
82+
go-version: [ '1.24', '1.25' ]
8383
steps:
8484
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8585
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Providers built with this framework are compatible with Terraform version v0.12
2828

2929
This project follows the [support policy](https://golang.org/doc/devel/release.html#policy) of Go as its support policy. The two latest major releases of Go are supported by the project.
3030

31-
Currently, that means Go **1.23** or later must be used when including this project as a dependency.
31+
Currently, that means Go **1.24** or later must be used when including this project as a dependency.
3232

3333
## Contributing
3434

0 commit comments

Comments
 (0)