Skip to content

chore(deps): update docker/dockerfile docker tag to v1.12 #115

chore(deps): update docker/dockerfile docker tag to v1.12

chore(deps): update docker/dockerfile docker tag to v1.12 #115

Workflow file for this run

name: tests
on:
pull_request:
branches:
- main
- alpha
- beta
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: 1.23.x
- name: download go mods
run: |
go mod download
- name: run go tests
run: |
go test -timeout 60s -run ./...