Skip to content

Commit

Permalink
remove explicit go version from action
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 15, 2023
1 parent dba48cb commit b959c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- uses: actions/setup-go@v4
with:
cache: true
go-version: 1.19
- run: go build ./cmd/backend
- run: go run ./cmd/migrate
- run: go test ./...

1 comment on commit b959c4b

@vercel
Copy link

@vercel vercel bot commented on b959c4b Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.