Skip to content

Bump go.osspkg.com/goppy/xlog from 0.1.6 to 0.3.2 #72

Bump go.osspkg.com/goppy/xlog from 0.1.6 to 0.3.2

Bump go.osspkg.com/goppy/xlog from 0.1.6 to 0.3.2 #72

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20' ]
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run CI
run: make ci