Skip to content

Commit

Permalink
Update go version in ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshs committed Oct 22, 2024
1 parent 8a16266 commit 4b3202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

# Step 3: Cache Go modules for faster builds
- name: Cache Go Modules
Expand Down

0 comments on commit 4b3202f

Please sign in to comment.