diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d813b55..900ecad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: strategy: matrix: go_version: - - ^1.17 + - ^1.18 steps: - name: Checkout uses: actions/checkout@v2