Skip to content

Commit a8f99da

Browse files
Fix Go version to match go.mod (1.24) instead of stable
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent cb8739b commit a8f99da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: stable
16+
go-version: '1.24'
1717
- name: Run tests against Linux SQL
1818
run: |
1919
go version

0 commit comments

Comments
 (0)