Skip to content

Commit

Permalink
Try explicitly specifying go version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois authored Aug 7, 2024
1 parent 2101822 commit 0bf1ed0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/go-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: false
go-version: '1.23.0-rc2'

- name: Install Go RC and build
run: |
go install golang.org/dl/go1.23rc2@latest
go1.23rc2 download
GOTOOLCHAIN=go1.23rc2 go build ./...
run: go build ./...

- name: Run
run: ./debugjois.dev
Expand Down

0 comments on commit 0bf1ed0

Please sign in to comment.