Skip to content

build(deps): bump docker/login-action from 1 to 3 (#1192) #1943

build(deps): bump docker/login-action from 1 to 3 (#1192)

build(deps): bump docker/login-action from 1 to 3 (#1192) #1943

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: make build