diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a71f43..5fa8a08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - - name: Set up Go 1.23.2 + - name: Set up Go uses: actions/setup-go@v6 id: go with: - go-version: 1.24.0 + go-version: 1.26.0 - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint