From 0a5d3302dac56f514e154bd3deedc63792308227 Mon Sep 17 00:00:00 2001 From: m00g3n Date: Wed, 6 Sep 2023 15:19:20 +0200 Subject: [PATCH] test me --- .github/workflows/golangci-lint.yaml | 3 +-- go.mod | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 go.mod diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e7fd545f..1e887412 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -4,7 +4,6 @@ on: branches: - master - main - - fresh pull_request: permissions: @@ -48,7 +47,7 @@ jobs: # skip-cache: true # Optional: if set to true, then the action won't cache or restore ~/go/pkg. - # skip-pkg-cache: true + skip-pkg-cache: true # Optional: if set to true, then the action won't cache or restore ~/.cache/go-build. # skip-build-cache: true diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..c95fb15a --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module cluster-inventory + +go 1.20