Skip to content

Commit 43b96fb

Browse files
Abhishek ValabojuAbhishek Valaboju
authored andcommitted
go version update
1 parent f6fc5fd commit 43b96fb

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@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1919
with:
20-
go-version: 'stable'
20+
go-version-file: 'go.mod'
2121
- run: make validate
2222

2323
test:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Go
3939
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4040
with:
41-
go-version: 'stable'
41+
go-version-file: 'go.mod'
4242

4343
- run: make test
4444

0 commit comments

Comments
 (0)