Skip to content

Commit

Permalink
Update actions/setup-go action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2022
1 parent 06074f8 commit eb3eef1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: cat ".github/env" >> $GITHUB_ENV
- name: Show env
run: echo $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/brancz/gojsontoyaml@latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kubeconform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/yannh/kubeconform/cmd/kubeconform@latest
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/yannh/kubeconform/cmd/kubeconform@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/brancz/gojsontoyaml@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheusrule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/brancz/gojsontoyaml@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- run: go install github.com/brancz/gojsontoyaml@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Import environment variables
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '${{ env.golang-version }}'
- name: Get jsonnet
Expand Down

0 comments on commit eb3eef1

Please sign in to comment.