Skip to content

Chore: update docker image tag in makefile #54

Chore: update docker image tag in makefile

Chore: update docker image tag in makefile #54

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
- run: make test