Skip to content

fix: fixing CI/CD bug #4

fix: fixing CI/CD bug

fix: fixing CI/CD bug #4

Workflow file for this run

name: my app
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up go
uses: actions/setup-go@v2
with:
go-version: 1.21.3
- name: Build
run: go build -v ./...