Update .github/workflows/go.yaml

This commit is contained in:
mattn 2022-05-13 10:44:37 +09:00
parent a68a2b7fc5
commit adb060d295
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Get Build Tools
run: |
GO111MODULE=on go install github.com/ory/go-acc
GO111MODULE=on go install github.com/ory/go-acc@latest
- name: Add $GOPATH/bin to $PATH
run: |