diff options
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 |
