Skip to content

Commit

Permalink
Ensure a release is always built with the same version as we test (#538)
Browse files Browse the repository at this point in the history
Ensure a release is always built with the same version as we test as pert of the CI
  • Loading branch information
fasmat authored Nov 6, 2024
1 parent 0cdaf1b commit e8d8476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: "stable"
check-latest: true
go-version-file: go.mod
- name: setup env
run: make install
- name: lint
Expand Down

0 comments on commit e8d8476

Please sign in to comment.