diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 494b5b6..e75f357 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ">=1.19.0" + go-version: ">=1.23.0" cache: true - name: Cache Go modules