Skip to content

chore(deps): bump docker/build-push-action from 5.1.0 to 6.5.0 #117

chore(deps): bump docker/build-push-action from 5.1.0 to 6.5.0

chore(deps): bump docker/build-push-action from 5.1.0 to 6.5.0 #117

Workflow file for this run

name: My_CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v3
with:
go-version: ^1.16
- run: make verify
- run: make build
- run: make test
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@v3