Skip to content

build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #435

build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

build(deps): bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #435

Workflow file for this run

name: Go Tests
on:
push:
tags:
- v*
branches:
- main
paths-ignore:
- README.md
- design/**
- docs/**
- e2e_tests/**
- frontend/**
- website/**
pull_request:
paths-ignore:
- README.md
- design/**
- docs/**
- e2e_tests/**
- frontend/**
- website/**
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Test
run: go test -v ./...