Skip to content

Swap CI to run on Go 1.23 #11

Swap CI to run on Go 1.23

Swap CI to run on Go 1.23 #11

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '**.md'
jobs:
main:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup
uses: actions/setup-go@v2
with:
go-version: "1.23"
- name: Setup
run: go mod download
- name: Test
run: make test