From 95d7d33d2e0911d95a94225187accc7351179fbc Mon Sep 17 00:00:00 2001 From: fab Date: Thu, 9 Jan 2025 00:26:08 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dd641a0..90985af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: [ "main" ] + branches: [ "test" ] pull_request: - branches: [ "main" ] + branches: [ "test" ] jobs: @@ -22,7 +22,14 @@ jobs: go-version: '1.23.4' - name: Required tools - run: go get github.com/oschwald/maxminddb-golang + run: | + go get github.com/caddyserver/caddy/v2 + go get github.com/caddyserver/caddy/v2/caddyconfig/caddyfile + go get github.com/caddyserver/caddy/v2/caddyconfig/httpcaddyfile + go get github.com/caddyserver/caddy/v2/modules/caddyhttp + go get github.com/oschwald/maxminddb-golang + go get github.com/fsnotify/fsnotify + go mod tidy - name: Build run: go build -v ./...