diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 833ed38..60f3243 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.22', '1.23'] + go: [stable, oldstable] os: [macos-latest, windows-latest, ubuntu-latest] name: build runs-on: ${{ matrix.os }} diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 3a4f1fd..10f8487 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,7 +16,7 @@ jobs: golangci: strategy: matrix: - go: ['1.22', '1.23'] + go: [stable, oldstable] name: lint runs-on: ubuntu-latest steps: diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 401dbbd..5c2ec91 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,6 +17,8 @@ jobs: fetch-depth: 0 - name: Set up Go uses: actions/setup-go@v5 + with: + go-version: stable - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: