diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b92877a..fae6d2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.21' + go-version: '1.22' check-latest: true - name: build diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 523b401..30fe86c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,10 +29,10 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.21' + go-version: '1.22' check-latest: true - name: golangci-lint uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0 with: - version: v1.54 + version: v1.57 diff --git a/action.yml b/action.yml index 80e6912..37ae245 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: steps: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: '1.21' + go-version: '1.22' check-latest: true cache-dependency-path: '${{ github.action_path }}/go.sum' diff --git a/go.mod b/go.mod index b3c648d..add68d3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sigstore/github-sync -go 1.21 +go 1.22 require ( github.com/bmatcuk/doublestar/v3 v3.0.0