Skip to content

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 #22

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0

build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 #22

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@v2
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: go build .
- name: Tests.
run: go test