Skip to content

Commit 97eeb0f

Browse files
author
OlehParyshkura2
committed
Revert "Fix gh action linter"
This reverts commit 064bd84.
1 parent 2cf3d68 commit 97eeb0f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.19
19+
go-version: 1.20.2
2020

2121
- name: Checkout code
2222
uses: actions/checkout@v3
@@ -33,14 +33,6 @@ jobs:
3333
- name: Checkout code
3434
uses: actions/checkout@v3
3535

36-
- name: Set up Go
37-
uses: actions/setup-go@v3
38-
with:
39-
go-version: 1.19
40-
41-
- name: Install dependencies
42-
run: make deps
43-
4436
- name: Run linter
4537
run: make lint
4638

0 commit comments

Comments
 (0)