Skip to content

Commit 4836480

Browse files
committed
fix: specify go version in workflow file
1 parent 39aeead commit 4836480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/devops.yaml

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

1515
- name: Set up Go
1616
uses: actions/setup-go@v6
17+
with:
18+
go-version: "1.25.1"
1719

1820
- name: Install dependencies
1921
run: go mod download

0 commit comments

Comments
 (0)