Skip to content

Bump github.com/giantswarm/microerror from 0.4.0 to 0.4.1 #134

Bump github.com/giantswarm/microerror from 0.4.0 to 0.4.1

Bump github.com/giantswarm/microerror from 0.4.0 to 0.4.1 #134

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 ./...