Skip to content

chore(deps): update actions/setup-go action to v5 #399

chore(deps): update actions/setup-go action to v5

chore(deps): update actions/setup-go action to v5 #399

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
cache: false
go-version: "1.21"
- run: make setup-ci-env
- run: make validate-ci
- run: make validate
- run: make test