File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
matrix :
24
24
os :
25
25
- ubuntu-20.04 # https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
26
- - macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11 -Readme.md
26
+ - macos-12 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12 -Readme.md
27
27
- windows-2022 # https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md
28
28
go-version :
29
29
- 1.16.x
61
61
~/Library/Caches/go-build
62
62
'%LocalAppData%\go-build'
63
63
restore-keys : |
64
- go-${{ env.OS }}-
64
+ go-${{ env.OS }}-${{ hashFiles('**/go.mod') }}
65
65
66
66
- name : Install neovim binary
67
67
uses : rhysd/action-setup-vim@v1
You can’t perform that action at this time.
0 commit comments