Skip to content

Bump github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3 #22

Bump github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3

Bump github.com/nwaples/rardecode/v2 from 2.2.2 to 2.2.3 #22

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install go
uses: actions/setup-go@v2
with:
go-version: 1.25
- name: build and test
run: make