Skip to content

Commit

Permalink
Update dependency golang/go to v1.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 17, 2022
1 parent 2d8b150 commit 2462ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # renovate: tag=v2
with:
go-version: '1.17.0'
go-version: '1.17.7'
- name: Print go version
run: go version
- name: Execute go tests
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # renovate: tag=v2
with:
go-version: '1.17.0'
go-version: '1.17.7'
- name: Verify tilt ci
run: |
TILT_ALLOW_CONTEXT=kind-chart-testing \
Expand Down

0 comments on commit 2462ab8

Please sign in to comment.