diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-11 19:57:37 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-10-11 19:57:37 +0200 |
| commit | cd40ab75f44e9f6ac86beca576a934fd790fc9fb (patch) | |
| tree | 0a0a861b849d7a4e9f7ef86a4d7d33b30b49bcfb | |
| parent | a77e30e43fdca6caafe18c648d632496fd38eca0 (diff) | |
Update Go version in CI
| -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 . |