Skip to content

Update module github.com/spf13/afero to v1.12.0 #6

Update module github.com/spf13/afero to v1.12.0

Update module github.com/spf13/afero to v1.12.0 #6

Workflow file for this run

name: CI
on:
push:
# For code coverage reports
branches: [main]
pull_request:
branches: [main]
permissions:
id-token: write
contents: read
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- run: make build
- run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
use_oidc: true
files: cover.profile