Skip to content

Commit b62f4d2

Browse files
Align go version when linting code with all other actions (#1998)
This is the only place we're still hardcoding the Golang version instead of inferring it from the go.mod file and it breaks PRs that update us to 1.25, so this fixes that.
1 parent 8c6efdf commit b62f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3030
with:
31-
go-version: '1.24'
31+
go-version-file: './go.mod'
3232
check-latest: true
3333

3434
- name: golangci-lint

0 commit comments

Comments
 (0)