diff --git a/.github/workflows/gnote.go.yml b/.github/workflows/gnote.go.yml index 3141eb1..6c1f630 100644 --- a/.github/workflows/gnote.go.yml +++ b/.github/workflows/gnote.go.yml @@ -15,4 +15,6 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 - - run: go test + with: + go-version: 1.17 + - run: go test ./...