diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 915f426..b9dea7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - name: Set up Go uses: actions/setup-go@master with: - go-version: '1.20' + go-version: '1.24' - name: Check out code into the Go module directory uses: actions/checkout@master