We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9737835 commit dcaad69Copy full SHA for dcaad69
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [ '1.23', '1.24' ]
+ go: [ '1.25' ]
16
name: Go ${{ matrix.go }} test
17
steps:
18
- uses: actions/checkout@v5
.gitignore
@@ -7,3 +7,4 @@
7
/*.env
8
/*.yml
9
dist/
10
+terraform-registry
0 commit comments