Skip to content

fixed checkout and setup #2

fixed checkout and setup

fixed checkout and setup #2

Workflow file for this run

name: Build Check
on: [push, pull_request]
jobs:
build:
name: Check Compilation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: Compile
run: go build main.go