Skip to content

Bump go.osspkg.com/ioutils from 0.4.8 to 0.5.0 #21

Bump go.osspkg.com/ioutils from 0.4.8 to 0.5.0

Bump go.osspkg.com/ioutils from 0.4.8 to 0.5.0 #21

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.22.10' ]
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Run CI
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: make ci