Skip to content

Commit

Permalink
Specify go version for testing on GitHub Actions (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k committed May 15, 2023
1 parent 022bc47 commit 8f6e3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set up envtest
run: |
make setup-envtest
Expand Down

0 comments on commit 8f6e3e6

Please sign in to comment.