Skip to content

Bump github.com/go-rel/rel from 0.41.0 to 0.42.0 #154

Bump github.com/go-rel/rel from 0.41.0 to 0.42.0

Bump github.com/go-rel/rel from 0.41.0 to 0.42.0 #154

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- run: go test -race ./...