Skip to content

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 #55

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0

build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 #55

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- 'master'
tags-ignore:
- '**'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test