Skip to content

chore(deps): Bump docker/login-action from 3.2.0 to 3.3.0 #368

chore(deps): Bump docker/login-action from 3.2.0 to 3.3.0

chore(deps): Bump docker/login-action from 3.2.0 to 3.3.0 #368

Workflow file for this run

---
name: Go
on:
pull_request:
jobs:
build-and-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Lint
run: |
make dev/install/dep
make test/lint
- name: Test
run: make test
- name: Build
run: make build/cmd/protolint