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

build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 #953

build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2

build(deps): bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 #953

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make lint
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
mkdir -p ~/.docker/cli-plugins/
curl -SL https://github.com/docker/compose/releases/download/v2.0.0/docker-compose-linux-amd64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
- run: make test