Skip to content

Update docker/login-action action to v3 #11

Update docker/login-action action to v3

Update docker/login-action action to v3 #11

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Testing
run: |
go mod download
make test