diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff229c0..4e0e248 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - go-version: [1.18.x, 1.19.x, 1.20.x] + go-version: [1.20.x, 1.21.x, 1.22.x] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 4ed20a5..6b79118 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: [1.20.x] + go-version: [1.22.x] runs-on: ${{ matrix.os }} env: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 304e6b2..6be124c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - go-version: [1.20.x] + go-version: [1.22.x] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/make-vendor.yml b/.github/workflows/make-vendor.yml index 5aa0c2a..02d7870 100644 --- a/.github/workflows/make-vendor.yml +++ b/.github/workflows/make-vendor.yml @@ -12,7 +12,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: 1.22 - uses: actions/checkout@v4 - name: make vendor run: | diff --git a/.github/workflows/process-nist-oscal.yml b/.github/workflows/process-nist-oscal.yml index 453ef2e..88ffada 100644 --- a/.github/workflows/process-nist-oscal.yml +++ b/.github/workflows/process-nist-oscal.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - go-version: [1.20.x] + go-version: [1.22.x] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e8b136..0f6b52d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.20 + go-version: 1.22 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5