From 64b4ad067325a5035bff22d25d0554580ff0ba4d Mon Sep 17 00:00:00 2001 From: Jumpy Squirrel Date: Tue, 27 Feb 2024 20:26:55 +0100 Subject: [PATCH] fix(#204): maybe fix action build --- .github/workflows/go.yml | 10 +++++----- docs/config-template.yaml | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c073eed..fa89745 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,19 +15,19 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: . - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: - go-version: '^1.20.4' + go-version: '^1.22.0' - name: Build run: go build -v ./... working-directory: . - - name: Test with Coverage - run: go test -v -coverpkg=./internal/... ./... + - name: Test + run: go test -v ./... working-directory: . diff --git a/docs/config-template.yaml b/docs/config-template.yaml index 3f008d0..74dfb58 100644 --- a/docs/config-template.yaml +++ b/docs/config-template.yaml @@ -154,7 +154,7 @@ choices: vat_percent: 19 visible_for: - regdesk - default: true + default: false read_only: true constraint: '!day-wed,!day-thu,!day-fri,!day-sat' constraint_msg: 'Early Bird Discount does not apply to Day Tickets' @@ -164,6 +164,7 @@ choices: vat_percent: 19 visible_for: - regdesk + default: false read_only: true constraint: '!day-wed,!day-thu,!day-fri,!day-sat' constraint_msg: 'Late Fee does not apply to Day Tickets'