Skip to content

Merge branch 'main' of github.com:git-plm/gitplm #166

Merge branch 'main' of github.com:git-plm/gitplm

Merge branch 'main' of github.com:git-plm/gitplm #166

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.24
uses: actions/setup-go@v5
with:
go-version: 1.24
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: |
go test ./...