Skip to content

Commit 4cc6f1e

Browse files
authored
chore: Uses go.mod version in Github Action instead of a specific version (#520)
1 parent a29f375 commit 4cc6f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: 1.19
18+
go-version-file: 'go.mod'
1919
- name: lint
2020
uses: golangci/golangci-lint-action@v3.7.0
2121
with:

0 commit comments

Comments
 (0)