diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a28e98e..3bd0506 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - name: StaticCheck uses: dominikh/staticcheck-action@v1.2.0