mirror of https://github.com/knative/caching.git
Update common github actions (#376)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
0b6520137d
commit
01b051e4fb
|
@ -36,8 +36,8 @@ jobs:
|
|||
env:
|
||||
#########################################
|
||||
# Update this section each release. #
|
||||
RELEASE: 'v0.18'
|
||||
SLACK_CHANNEL: 'release-18'
|
||||
RELEASE: 'v0.19'
|
||||
SLACK_CHANNEL: 'release-19'
|
||||
#########################################
|
||||
|
||||
steps:
|
||||
|
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.30
|
||||
version: v1.32
|
||||
|
||||
- name: misspell
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue