Skip to content

Remove default runner and update gssh runner build tag #9

Remove default runner and update gssh runner build tag

Remove default runner and update gssh runner build tag #9

Workflow file for this run

name: Go Code Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: make
- name: Vet
run: go vet ./...