Skip to content

Commit

Permalink
Golang version in the ci workflow set to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Jan 8, 2025
1 parent e88c252 commit bb62d62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23.4
- uses: actions/[email protected]
id: go-cache
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23.4
- uses: actions/[email protected]
id: go-cache
with:
Expand All @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23.4
- uses: actions/[email protected]
id: go-cache
with:
Expand Down

0 comments on commit bb62d62

Please sign in to comment.