diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 0acd97b..eb2fe12 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -12,7 +12,7 @@ jobs: scan: strategy: matrix: - go: ["1.23.2"] + go: ["1.23.1"] fail-fast: true runs-on: ubuntu-latest steps: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c45acb3..731b769 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: unit: strategy: matrix: - go: ["1.23.2"] + go: ["1.23.1"] os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: true runs-on: ${{ matrix.os }} diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 810f7b9..6ff9b7a 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,7 @@ jobs: lint: strategy: matrix: - go: ["1.23.2"] + go: ["1.23.1"] fail-fast: true runs-on: ubuntu-latest steps: diff --git a/go.mod b/go.mod index f16a7fb..a1a687e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/adfinis/osluc -go 1.23.2 +go 1.23.1 require ( github.com/caarlos0/env v3.5.0+incompatible