Skip to content

Commit dcaad69

Browse files
committed
Update workflow
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
1 parent 9737835 commit dcaad69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: [ '1.23', '1.24' ]
15+
go: [ '1.25' ]
1616
name: Go ${{ matrix.go }} test
1717
steps:
1818
- uses: actions/checkout@v5

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/*.env
88
/*.yml
99
dist/
10+
terraform-registry

0 commit comments

Comments
 (0)