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

sunset

sunset #138

Workflow file for this run

name: Build and Test v0.50.x
on:
pull_request:
branches:
- main
push:
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
check-latest: true
- name: Test v050
run: |
cd app/v050
go mod tidy
go test -v ./...