Skip to content

Merge pull request #43 from get-glu/gm/fix-promote-endpoint #8

Merge pull request #43 from get-glu/gm/fix-promote-endpoint

Merge pull request #43 from get-glu/gm/fix-promote-endpoint #8

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...