diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9986908..042b58f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.26' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: @@ -28,10 +28,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.26' - uses: golangci/golangci-lint-action@v6 with: - version: v1.58.1 + version: v1.64.8 args: --timeout 3m test: @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.26' - name: Run tests run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites - name: Upload coverage to Codecov @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.22' + go-version: '1.26' - name: Login to GitHub Container Registry uses: docker/login-action@v3