Skip to content

Commit d7ce29f

Browse files
authored
Use go-version-file for setup-go action
1 parent fa0a336 commit d7ce29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pullrequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: "1.23"
17+
go-version-file: go.mod
1818
- name: golangci-lint
1919
uses: golangci/[email protected]
2020
with:

0 commit comments

Comments
 (0)