diff options
| author | jannfis <jann@mistrust.net> | 2020-11-22 13:36:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-22 13:36:37 +0100 |
| commit | 2280310c8e5fd0f711b53d113709d75aedaeb7fb (patch) | |
| tree | 56763302285e03b1f3670d2189458f771d3b8160 /.github | |
| parent | 961de705817aebb201a26d784330b67dcb28c8f9 (diff) | |
feat: Get tag creation date also from v2 manifest schemas (#115)
* feat: Handle v2 manifest schemas correctly
Signed-off-by: jannfis <jann@mistrust.net>
* Satsify linter
Signed-off-by: jannfis <jann@mistrust.net>
* Fix go.mod
Signed-off-by: jannfis <jann@mistrust.net>
* Spelling
Signed-off-by: jannfis <jann@mistrust.net>
* Spelling
Signed-off-by: jannfis <jann@mistrust.net>
* Update golangci-lint action
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/actions/spelling/allow.txt | 6 | ||||
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index ee57cac..94a692d 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -40,6 +40,7 @@ Ctx deadcode Debugf defaultns +deserialized dest dexidp dirname @@ -50,6 +51,7 @@ dst egrep endif ENTRYPOINT +eps Errorf extldflags Fatalf @@ -108,6 +110,7 @@ logctx Logf loglevel logrus +Matchfunc memcache metadata misconfigured @@ -133,6 +136,7 @@ otherimg otherparam othervalue parametrizable +params parseable patrickmn pb @@ -190,6 +194,7 @@ toolchain Torvalds Tracef unmarshal +unmarshals unparam updateable url @@ -197,6 +202,7 @@ Useragent username usr varcheck +versioned versioning Warnf webkit diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index ae0d057..8dab78e 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -55,9 +55,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2 with: - version: v1.26 + version: v1.32 args: --timeout 5m test: name: Ensure unit tests are passing @@ -75,4 +75,4 @@ jobs: - name: Upload code coverage information to codecov.io uses: codecov/codecov-action@v1 with: - file: coverage.out
\ No newline at end of file + file: coverage.out |
