Skip to content

Commit

Permalink
Tweaks to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Aug 7, 2024
1 parent f3122b4 commit 08fbc40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:

- name: Install Go RC
run: |
go install golang.org/dl/go1.23rc1@latest
go1.23rc1 download
go install golang.org/dl/go1.23rc2@latest
go1.23rc2 download
- name: Build
run: go build -v ./...
env:
GOTOOLCHAIN: go1.23rc1

- name: Run
run: ./your-executable-name
run: ./debugjois.dev

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ go.work.sum
.env
scratch.html
build
site
debugjois.dev
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module debugjois.dev/site
module github.com/deepakjois/debugjois.dev

go 1.23

Expand Down

0 comments on commit 08fbc40

Please sign in to comment.