diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e64434d..5b09fcb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,6 @@ on: [push] jobs: test: - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -12,7 +11,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.16' + go-version: "1.21" - name: Install dependencies run: go get .