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:
|
env:
|
||||||
#########################################
|
#########################################
|
||||||
# Update this section each release. #
|
# Update this section each release. #
|
||||||
RELEASE: 'v0.18'
|
RELEASE: 'v0.19'
|
||||||
SLACK_CHANNEL: 'release-18'
|
SLACK_CHANNEL: 'release-19'
|
||||||
#########################################
|
#########################################
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -121,7 +121,7 @@ jobs:
|
||||||
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.30
|
version: v1.32
|
||||||
|
|
||||||
- name: misspell
|
- name: misspell
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue