Skip to content

Commit

Permalink
read go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmylife committed Mar 25, 2024
1 parent c79c510 commit 9e2e47b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21.0'
go-version-file: './go.mod'
cache-dependency-path: "**/*.sum"

- name: Build
run: go build -o dist -v ./...
Expand Down

0 comments on commit 9e2e47b

Please sign in to comment.