Skip to content

Update cache key generation to have a fallback if host has no port. #110

Update cache key generation to have a fallback if host has no port.

Update cache key generation to have a fallback if host has no port. #110

Workflow file for this run

name: Unit Tests
# On push, run the unittests.
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.17.0'
- run: TZ=America/Chicago go test ./...