Skip to content

Commit 307bd6a

Browse files
committed
Use Go 1.19 in golangci-lint action
Signed-off-by: Vince Prignano <[email protected]>
1 parent 53057ba commit 307bd6a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- ""
1515
- tools/setup-envtest
1616
steps:
17+
- uses: actions/setup-go@v4
18+
with:
19+
go-version: '1.19'
20+
cache: false
1721
- uses: actions/checkout@v3
1822
- name: golangci-lint
1923
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)