Skip to content

feat: upgrade go to 1.25.1 #245

feat: upgrade go to 1.25.1

feat: upgrade go to 1.25.1 #245

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.25.1'
- run: 'go build ./cmd/terminal.go'