Skip to content

build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 #45

build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0

build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 #45

Workflow file for this run

name: Go Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: 1.23
# You can test your matrix by printing the current Go version
- name: Display Go version
run: go version
- name: Test it!
run: make V=1 test