Skip to content

fix: ias zone using wrong endpoint #55

fix: ias zone using wrong endpoint

fix: ias zone using wrong endpoint #55

Workflow file for this run

name: Go tests
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache-dependency-path: go.sum
- name: Test
run: go test ./...