Skip to content

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 (#491) #501

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 (#491)

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 (#491) #501

Workflow file for this run

name: Test
on:
push:
branches:
- main
- master
- develop
- update-external-dependencies
pull_request:
jobs:
test-e2e:
strategy:
matrix:
go-version: [ 1.19.x ]
goarch: [ "amd64" ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
env:
GOARCH: ${{ matrix.goarch }}
- name: Test
run: make test-full