Skip to content

Bump github.com/stmcginnis/gofish from 0.13.0 to 0.14.0 #25

Bump github.com/stmcginnis/gofish from 0.13.0 to 0.14.0

Bump github.com/stmcginnis/gofish from 0.13.0 to 0.14.0 #25

Workflow file for this run

name: Test
env:
GO_VERSION: '1.20'
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Test
run: make test