Skip to content

Commit 9c153b5

Browse files
committed
fix gha test
1 parent 52780ef commit 9c153b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Test
1616
runs-on: ubuntu-latest
1717
steps:
18-
- name: Set up Go 1.21
18+
- name: Set up Go 1.22
1919
uses: actions/[email protected]
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.22"
2222
id: go
2323
- name: Check out code into the Go module directory
2424
uses: actions/checkout@v3
@@ -31,8 +31,6 @@ jobs:
3131
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3232
restore-keys: |
3333
${{ runner.os }}-go-
34-
- name: Get dependencies
35-
run: make dependencies
3634
- name: Build
3735
run: make build
3836
- name: Test

0 commit comments

Comments
 (0)