Skip to content

Commit 71a9036

Browse files
Teja78906Teja78906
authored andcommitted
update validate checks
1 parent 304102a commit 71a9036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1919
with:
20-
go-version: 'stable'
20+
go-version: '1.23'
2121
- run: make validate
2222

2323
test:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Go
3939
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4040
with:
41-
go-version: 'stable'
41+
go-version: '1.23'
4242

4343
- run: make test
4444

0 commit comments

Comments
 (0)