Skip to content

Bump Go version to 1.20 (#179) #239

Bump Go version to 1.20 (#179)

Bump Go version to 1.20 (#179) #239

Workflow file for this run

name: Test Coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- run: make integration-test
- uses: codecov/codecov-action@v3.1.1
with:
file: ./coverage.txt