diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8921079..c2d8fb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Main Process runs-on: ubuntu-latest env: - GO_VERSION: stable + GO_VERSION: '1.22.0' GOLANGCI_LINT_VERSION: v1.56.2 CGO_ENABLED: 0 diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 7306702..bf83975 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - go-version: [ stable, oldstable ] + go-version: [ '1.22.0', '1.21' ] os: [ubuntu-latest, macos-latest, windows-latest] steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 348b992..ddd0bd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: Release Process runs-on: ubuntu-latest env: - GO_VERSION: stable + GO_VERSION: '1.22.0' CGO_ENABLED: 0 steps: