Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: get Go version from go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 27, 2024
1 parent 88f93fe commit 3e47c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version-file: './go.mod'
- name: Run tests
run: mkdir frontend/dist && touch frontend/dist/tmp && go test ./...
- name: Docker build
Expand Down

0 comments on commit 3e47c95

Please sign in to comment.