Skip to content

Commit f537fe0

Browse files
committed
change: set go version for github actions/setup-go to go version from go.mod file
1 parent ec77a11 commit f537fe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v4
1919
with:
20+
go-version-file: './go.mod'
2021
cache: false
2122
- uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)