Skip to content

Commit

Permalink
Update dependency golang/go to v1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 5ed6819 commit adf62c8
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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- 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@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: '1.20.5'
go-version: '1.21.5'
- name: Verify tilt ci
run: |
TILT_ALLOW_CONTEXT=kind-chart-testing \
Expand Down

0 comments on commit adf62c8

Please sign in to comment.