diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b6a930..2b11590 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version-file: 'go.mod' # go test runs tests for all modules - name: go test