Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikepan committed Jul 15, 2023
1 parent a935c0b commit d85e5c2
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 @@ -11,12 +11,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.20.4

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit d85e5c2

Please sign in to comment.