Skip to content

Update Go to v1.23 and Dependencies (#280) #557

Update Go to v1.23 and Dependencies (#280)

Update Go to v1.23 and Dependencies (#280) #557

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make test