Skip to content

update gh actions and go version #15

update gh actions and go version

update gh actions and go version #15

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Handle dependencies
run: make init
- name: Run project tests
run: make test