Skip to content

feat: migration from 15 to 16 #105

feat: migration from 15 to 16

feat: migration from 15 to 16 #105

Workflow file for this run

name: Tests
env:
GO: 1.21
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO }}
- name: Test
run: make -k test