Skip to content

Migration to Githiub actions #1

Migration to Githiub actions

Migration to Githiub actions #1

Workflow file for this run

name: push
on: push
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
env:
GO111MODULE: "on"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.18"
- run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/klint .