Skip to content

Update to golang 1.22 #44

Update to golang 1.22

Update to golang 1.22 #44

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Setup Go (with cache)
uses: actions/setup-go@v4
with: { go-version-file: 'go.mod' }
- name: Setup Docker (with cache)
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('.ci/docker-compose.yml') }}
- name: Prepare Environment
run: make reset
- name: Run Tests
run: make testacc