Skip to content

Commit

Permalink
try go1.23rc2 instead of just go in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois authored Aug 7, 2024
1 parent 28f151d commit dadbe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go1.23rc2 download
- name: Build
run: go build -v ./...
run: go1.23rc2 build -v ./...
env:
GOTOOLCHAIN: go1.23rc2

Expand Down

0 comments on commit dadbe57

Please sign in to comment.