Skip to content

build: bump golang from 1.23.1 to 1.23.2 #149

build: bump golang from 1.23.1 to 1.23.2

build: bump golang from 1.23.1 to 1.23.2 #149

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test