feat: update dependencies and improve caching mechanism #2

Merged
s1d3sw1ped merged 5 commits from feature/blazing-sun-speed into main 2025-07-12 08:18:56 -05:00
Showing only changes of commit 63a1c21861 - Show all commits

View File

@@ -8,14 +8,14 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@main
with: with:
fetch-depth: 0 fetch-depth: 0
- run: git fetch --force --tags - run: git fetch --force --tags
- uses: actions/setup-go@v5 - uses: actions/setup-go@main
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- uses: goreleaser/goreleaser-action@v6 - uses: goreleaser/goreleaser-action@master
with: with:
distribution: goreleaser distribution: goreleaser
version: 'latest' version: 'latest'