Skip to content

Bump next from 14.2.10 to 15.1.4 #899

Bump next from 14.2.10 to 15.1.4

Bump next from 14.2.10 to 15.1.4 #899

Workflow file for this run

name: Go CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...