Skip to content

fix(deps): update module github.com/twpayne/go-vfs/v4 to v5 #1042

fix(deps): update module github.com/twpayne/go-vfs/v4 to v5

fix(deps): update module github.com/twpayne/go-vfs/v4 to v5 #1042

Workflow file for this run

on: pull_request
name: Build and Test
jobs:
test:
strategy:
matrix:
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: make test
- name: Build
run: make build