Skip to content

Commit

Permalink
Update dependency golang/go to v1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 5ed6819 commit c35293f
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.22.3'
- 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.22.3'
- name: Verify tilt ci
run: |
TILT_ALLOW_CONTEXT=kind-chart-testing \
Expand Down

0 comments on commit c35293f

Please sign in to comment.