Compare commits

..

No commits in common. "main" and "v0.120.0" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View File

@ -50,8 +50,8 @@ jobs:
- name: Build
run: pnpm build
- name: Run unit tests
run: pnpm vitest run tests/unit
- name: Run tests
run: pnpm test -- --run
- name: Publish (dry run)
if: inputs.dry-run == true

View File

@ -28,8 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
cache-dependency-path: core/go.sum
go-version: "1.23"
- name: Get version
id: version

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.24'
cache-dependency-path: core/go.sum
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5