Skip to content

Commit

Permalink
Update dependency golang/go to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent d5815f0 commit c131010
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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: '1.20.5'
go-version: '1.23.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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: '1.20.5'
go-version: '1.23.3'
- name: Verify tilt ci
run: |
TILT_ALLOW_CONTEXT=kind-chart-testing \
Expand Down

0 comments on commit c131010

Please sign in to comment.