Skip to content

fetat: [TKC-2845] test workflow pvcs (#308) #1123

fetat: [TKC-2845] test workflow pvcs (#308)

fetat: [TKC-2845] test workflow pvcs (#308) #1123

Workflow file for this run

name: Go
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...