Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit.

This commit is contained in:
2025-04-21 11:49:44 -04:00
parent 674f2af566
commit ee6146be19

View File

@@ -34,11 +34,6 @@ jobs:
name: 🔍🐹 Go Tests
runs-on: ubuntu-latest
steps:
- name: 🛡️🔒 Add Siteworx CA Certificates
run: |
apt update && apt install -yq ca-certificates curl
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
- name: ⚙️🐹 Set up Go Environment
uses: actions/setup-go@v2
with: