Skip to content

chore(deps): update docker/build-push-action action to v6 #155

chore(deps): update docker/build-push-action action to v6

chore(deps): update docker/build-push-action action to v6 #155

Workflow file for this run

name: Go Build
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
check-latest: true
cache: true
go-version: "stable"
- name: Build app
run: go build -o app