Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Bump github.com/docker/docker from 1.4.2-0.20190924003213-a8608b5b67c7 to 24.0.7+incompatible in /runtimes/terraform #143

Bump github.com/docker/docker from 1.4.2-0.20190924003213-a8608b5b67c7 to 24.0.7+incompatible in /runtimes/terraform

Bump github.com/docker/docker from 1.4.2-0.20190924003213-a8608b5b67c7 to 24.0.7+incompatible in /runtimes/terraform #143

name: Kilt Lib
on:
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ^1.18
id: go
- uses: actions/checkout@v2
name: Check out code
- name: Test
run: |
cd pkg
go test -v ./...