Skip to content

chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 #866

chore(deps): bump docker/login-action from 4.0.0 to 4.1.0

chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 #866

Workflow file for this run

name: test
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- 'doc/**'
- 'LICENSE'
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run unit tests
run: make test