Skip to content

Commit

Permalink
Tweak GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 1, 2024
1 parent 3f64337 commit a067764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nvim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.23.2
go-version: stable
cache: false

- name: Setup GOBIN
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit a067764

Please sign in to comment.