Skip to content

build(deps): bump docker/build-push-action from 5 to 6 in the ci group #159

build(deps): bump docker/build-push-action from 5 to 6 in the ci group

build(deps): bump docker/build-push-action from 5 to 6 in the ci group #159

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: run tests
run: go test ./...