diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 721315e..8611813 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" - name: Cache Go modules id: cache-go uses: actions/cache@v4