Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Mar 15, 2023
1 parent 436f2f1 commit c7a8162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
go: [ '1.20' ]

steps:
- name: Check out
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
cache: true
- name: Check out
uses: actions/checkout@v3
- name: Lint
run: go vet
- name: Test
Expand Down

0 comments on commit c7a8162

Please sign in to comment.