Skip to content

Bump to go 1.20

Bump to go 1.20 #91

Workflow file for this run

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build containers
run: make build/all
- name: Run integration tests
run: make test/integration