Skip to content

chore(deps): make target for update portainer #17

chore(deps): make target for update portainer

chore(deps): make target for update portainer #17

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
env:
GOPRIVATE: "github.com/portainer"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
- name: Run tests
run: make test