Skip to content

Commit

Permalink
use go-version-file for setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Aug 12, 2023
1 parent f9cac8f commit fe052d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: "1.18"
go-version-file: "go.mod"
- run: go test --tags github ./...
- run: go vet --tags github ./...

0 comments on commit fe052d9

Please sign in to comment.