Skip to content

Bump actions/setup-go from 5 to 6 (#155) #28

Bump actions/setup-go from 5 to 6 (#155)

Bump actions/setup-go from 5 to 6 (#155) #28

Workflow file for this run

name: e2e test
on:
push:
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version-file: './go.mod'
- run: make clean
- run: make
- run: make test-e2e