Skip to content

Commit bdd595f

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
Setup Go 1.19 in pre-commit workflow
1 parent fee5b5c commit bdd595f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/precommit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525

26+
- name: Set Go
27+
uses: actions/setup-go@v3
28+
with:
29+
go-version: v1.19
30+
2631
- name: Activate cache
2732
uses: actions/cache@v3
2833
with:

0 commit comments

Comments
 (0)