Skip to content

build(deps): bump github.com/golang/snappy from 0.0.0-20180518054509-2e65f85255db to 0.0.4 #62

build(deps): bump github.com/golang/snappy from 0.0.0-20180518054509-2e65f85255db to 0.0.4

build(deps): bump github.com/golang/snappy from 0.0.0-20180518054509-2e65f85255db to 0.0.4 #62

Workflow file for this run

name: Go
on:
push:
tags:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make test
- name: Shellcheck
run: make shell
- name: Lint
run: make lint