Skip to content

Bump gitlab.com/greyxor/slogor from 1.4.1 to 1.5.1 #45

Bump gitlab.com/greyxor/slogor from 1.4.1 to 1.5.1

Bump gitlab.com/greyxor/slogor from 1.4.1 to 1.5.1 #45

Workflow file for this run

name: CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go fmt ./...
- run: go test -v ./...