diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cdc3248..24d8254 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 + with: + go-version: "1.21.3" - name: Install dependencies run: go get . |