Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius authored Feb 8, 2024
1 parent 7cbef16 commit 567ab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22

- name: Build
run: go build -v
Expand All @@ -39,4 +39,4 @@ jobs:
run: go test -v ./...

- name: Install
run: go install github.com/ilius/ayandict@main
run: go install github.com/ilius/ayandict@main

0 comments on commit 567ab76

Please sign in to comment.