Skip to content

Merge pull request #12 from in4it/feature/dependency-bump-jan2026 #51

Merge pull request #12 from in4it/feature/dependency-bump-jan2026

Merge pull request #12 from in4it/feature/dependency-bump-jan2026 #51

Workflow file for this run

name: Go test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.24.x
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
- name: Install dependencies
run: |
go get ./...
- name: Test
run: go test ./...