Skip to content

Bump github.com/giantswarm/micrologger from 1.0.0 to 1.1.1 #137

Bump github.com/giantswarm/micrologger from 1.0.0 to 1.1.1

Bump github.com/giantswarm/micrologger from 1.0.0 to 1.1.1 #137

Workflow file for this run

on: [push]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.17.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test ./...