Skip to content

Commit 5329705

Browse files
committed
Pin Go version in checks job to 1.25
1 parent cf85ad4 commit 5329705

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161

6262
steps:
6363
- uses: actions/setup-go@v6
64+
with:
65+
go-version: 1.25
6466
- uses: actions/checkout@v6
6567
- uses: golangci/golangci-lint-action@v9
6668

0 commit comments

Comments
 (0)