Merge branch 'master' of https://git.fascinated.cc/Fascinated/homelab-argocd
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s

This commit is contained in:
Lee 2024-09-23 10:08:51 +01:00
commit cea3b46673
2 changed files with 2 additions and 5 deletions

@ -16,12 +16,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: "1.23.1" go-version: "1.23.1"
- name: Cache Go modules - name: Cache Go modules
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: | path: |
~/.cache/go-build ~/.cache/go-build

@ -1,3 +0,0 @@
checks:
include: []
exclude: []