Skip to content

Commit

Permalink
ci(go): Fix the devshell check
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 15, 2024
1 parent 00bd531 commit d0fe966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
- name: Use the template
run: |
nix flake new -t ./tmp#go work
- run: go version
- run: nix develop -c go version
working-directory: work

0 comments on commit d0fe966

Please sign in to comment.