Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

fix(deps): update golang #377

fix(deps): update golang

fix(deps): update golang #377

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@v4
with:
cache: false
go-version: "1.21"
- run: make setup-ci-env
- run: make validate-ci
- run: make validate
- run: make test