Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Jul 27, 2023
1 parent c64ad68 commit 7ec0df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- name: Display go version
run: go version
- name: install tparse
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down

0 comments on commit 7ec0df3

Please sign in to comment.