Skip to content

Bump github.com/rs/zerolog from 1.19.0 to 1.32.0 #7

Bump github.com/rs/zerolog from 1.19.0 to 1.32.0

Bump github.com/rs/zerolog from 1.19.0 to 1.32.0 #7

Workflow file for this run

name: Snapshot
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
# cleanup Runner to avoid "no space left on device" error
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
# remove items we don't need
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Checkout code
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Build snapshot
uses: goreleaser/goreleaser-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: latest
args: release --clean --timeout 10m --snapshot