Skip to content

Commit

Permalink
Use an explicit go version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- committed Jan 11, 2025
1 parent 78692d8 commit cacd5a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
- uses: cli/gh-extension-precompile@v2
with:
go_version_file: go.mod

5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go version

- name: Build
run: make build

Expand Down

0 comments on commit cacd5a8

Please sign in to comment.