Skip to content

Commit

Permalink
update workflow go version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Oct 30, 2024
1 parent f9388d4 commit 91169f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache-dependency-path: |
subdir/go.sum
tools/go.sum
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache-dependency-path: |
subdir/go.sum
tools/go.sum
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
cache-dependency-path: |
subdir/go.sum
tools/go.sum
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
cache: true
- name: Generate coverage report
run: make coverage
Expand Down

0 comments on commit 91169f8

Please sign in to comment.