Skip to content

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #12

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #12

Workflow file for this run

name: E2E Tests
on:
pull_request:
push:
jobs:
e2e-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Install Heighliner
run: go install github.com/strangelove-ventures/heighliner@latest
- name: Build Image
run: make heighliner
- name: Run E2E Tests
run: make test-e2e